[Bug 762142] dashdemux: tests: use g_object_unref for test data
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 31 21:29:22 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=762142
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |thiagossantos at gmail.com
Resolution|--- |FIXED
Target Milestone|git master |1.9.1
--- Comment #2 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
commit 8b777669f5c5030a9115d7da6a7a8ae144b415b8
Author: Thiago Santos <thiagoss at osg.samsung.com>
Date: Thu Mar 31 18:23:22 2016 -0300
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
commit 6efda0405948ab0d48b6d3962054725076580787
Author: Florin Apostol <florin.apostol at oregan.net>
Date: Tue Feb 16 13:55:54 2016 +0000
dashdemux: tests: use g_object_unref for test data
The GstDashDemuxTestCase object is allocated using g_object_newv
but in many places was being deallocated using gst_object_unref.
This was caused by commit ae3ed25025e34ea9b09df59d22d7ebd7294560bc.
https://bugzilla.gnome.org/show_bug.cgi?id=762142
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list