mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 18:14:15 +00:00
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@intel.com>
This commit is contained in:
parent
dd2ca582a1
commit
231a067cdd
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue