[Pkg-gstreamer-commits] [gstreamer-vaapi] 82/176: plugins: do not free debug category in finalize method.

Vincent Cheng vcheng at moszumanska.debian.org
Tue Jun 3 08:09:29 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 231a067cddc551955fadfb1021f8d6d2b0e1e1ca
Author: Matthieu Bouron <matthieu.bouron at collabora.com>
Date:   Fri Jan 3 12:49:05 2014 +0000

    plugins: do not free debug category in finalize method.
    
    Fixes a crash when multiple vaapidecode elements are finalized since
    the debug category is created once in the class init method.
    
    This is a regression from git commit 7e58d60.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721390
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
---
 gst/vaapi/gstvaapipluginbase.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gst/vaapi/gstvaapipluginbase.c b/gst/vaapi/gstvaapipluginbase.c
index e1ff740..1c0bc1a 100644
--- a/gst/vaapi/gstvaapipluginbase.c
+++ b/gst/vaapi/gstvaapipluginbase.c
@@ -150,7 +150,6 @@ gst_vaapi_plugin_base_finalize (GstVaapiPluginBase * plugin)
     gst_object_unref (plugin->sinkpad);
   if (plugin->srcpad)
     gst_object_unref (plugin->srcpad);
-  gst_debug_category_free (plugin->debug_category);
 }
 
 /**

-- 
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