[Pkg-gstreamer-commits] [gstreamer-vaapi] 124/176: plugins: don't apply overlay composition in GLTextureUpload function.

Vincent Cheng vcheng at moszumanska.debian.org
Tue Jun 3 08:09:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

vcheng pushed a commit to branch upstream
in repository gstreamer-vaapi.

commit b065ae7d7fb998833f1c44d6e46356e8c5c913b8
Author: Matthieu Bouron <matthieu.bouron at collabora.com>
Date:   Thu Jan 9 11:54:11 2014 +0000

    plugins: don't apply overlay composition in GLTextureUpload function.
    
    The GLTextureUpload function is not in charge of doing the overlay
    composition if any.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721859
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
---
 gst/vaapi/gstvaapivideometa_texture.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gst/vaapi/gstvaapivideometa_texture.c b/gst/vaapi/gstvaapivideometa_texture.c
index 8d96770..bb7bcea 100644
--- a/gst/vaapi/gstvaapivideometa_texture.c
+++ b/gst/vaapi/gstvaapivideometa_texture.c
@@ -96,10 +96,6 @@ gst_vaapi_texture_upload(GstVideoGLTextureUploadMeta *meta, guint texture_id[4])
             return FALSE;
         gst_vaapi_texture_unref(texture);
     }
-
-    if (!gst_vaapi_apply_composition(surface, meta->buffer))
-        GST_WARNING("could not update subtitles");
-
     return gst_vaapi_texture_put_surface(meta_texture->texture, surface,
         gst_vaapi_video_meta_get_render_flags(vmeta));
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git



More information about the Pkg-gstreamer-commits mailing list