tests: mssdemux: do not use gst_object_unref for pure GObject*
authorThiago Santos <thiagoss@osg.samsung.com>
Thu, 31 Mar 2016 21:23:22 +0000 (18:23 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 31 Mar 2016 21:24:38 +0000 (18:24 -0300)
commit8b777669f5c5030a9115d7da6a7a8ae144b415b8
tree60877e7ebe352cf59a2d4eb1d4fd8fd330d44969
parent6efda0405948ab0d48b6d3962054725076580787
tests: mssdemux: do not use gst_object_unref for pure GObject*

Deallocate GObject* with g_object_unref instead of gst_object_unref.

Even if it works now, it is confusing and in the future it might
not work if any GstObject specifics are added.

https://bugzilla.gnome.org/show_bug.cgi?id=762142
tests/check/elements/mssdemux.c