GNOME Bugzilla – Bug 668664
[0.11] taglist: g_date_time_ref warning
Last modified: 2012-01-26 18:29:21 UTC
0.10 doesn't seem to be affected by this issue, I need to double-check though. G_DEBUG=fatal_criticals gdb -args gst-launch-0.11 playbin uri=http://dl.dropbox.com/u/280087/counting.mp4 GLib-CRITICAL **: g_date_time_ref: assertion `datetime->ref_count > 0' failed (gdb) bt
+ Trace 229515
Yep, works fine with 0.10 git master.
Reproduced. Some mixup between GDatetime and GstDatetime.
GST_TAG_DATE_TIME now points to G_TYPE_DATE_TIME, instead of GST_TYPE_DATE_TIME. A similar patch was done to avidemux, though I don't have a file to test that one with. Sorry, I forgot to include a link to this bug in the commit :/ commit 53261261120b4c008de61691c70e94354b28004a Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Thu Jan 26 17:47:29 2012 +0000 qtdemux: fix GstDateTime/GDateTime mixup
It turns out that the change in core was accidental, so I reverted it, and those two patches as well.