dashdemux: tests: use g_object_unref for test data
authorFlorin Apostol <florin.apostol@oregan.net>
Tue, 16 Feb 2016 13:55:54 +0000 (13:55 +0000)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 31 Mar 2016 21:24:37 +0000 (18:24 -0300)
commit6efda0405948ab0d48b6d3962054725076580787
treebccccc482635d03b3635fa41e8fdc60f83441301
parent9d7b525f1956c33b6a8c08100ce94ea6137b7d14
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
tests/check/elements/dash_demux.c