plugins: do not free debug category in finalize method.
authorMatthieu Bouron <matthieu.bouron@collabora.com>
Fri, 3 Jan 2014 12:49:05 +0000 (12:49 +0000)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 6 Jan 2014 09:11:54 +0000 (10:11 +0100)
commit231a067cddc551955fadfb1021f8d6d2b0e1e1ca
tree1e39fdf7a49e761870a62be5be00ded5586b6583
parentdd2ca582a150edd5c9c95a6ddde8960a204bfabe
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>
gst/vaapi/gstvaapipluginbase.c