GNOME Bugzilla – Bug 659562
videorate: gst_mini_object_unref: assertion `GST_IS_MINI_OBJECT (mini_object)' failed
Last modified: 2011-09-20 12:38:01 UTC
Hi the following pipeline (public url) produce the described assertion with gstreamer git (works with last released version) gdb --args gst-launch -e -v --gst-fatal-warnings souphttpsrc do-timestamp=true location=http://www.warwick.ac.uk/newwebcam/cgi-bin/webcam.pl?dummy=garb is-live=true ! jpegparse ! videorate ! image/jpeg, width=640,height=480, framerate=5/1 ! matroskamux ! filesink location=/tmp/test.mkv [Thread debugging using libthread_db enabled] process 6776 is executing new program: /bin/bash process 6776 is executing new program: /home/nicola/src/gstreamer/head/gstreamer/tools/.libs/lt-gst-launch-0.10 [Thread debugging using libthread_db enabled] Impostazione della pipeline a PAUSED ... [New Thread 0x7ffff2d9c700 (LWP 6794)] La pipeline è viva e non necessita il PREROLL ... Impostazione della pipeline a PLAYING ... New clock: GstSystemClock [New Thread 0x7ffff259b700 (LWP 6795)] 0:00:00.537076469 6776 0x6e5770 WARN videorate gstvideorate.c:625:gst_video_rate_event:<videorate0> Got segment but doesn't have GST_FORMAT_TIME value GStreamer-CRITICAL **: gst_mini_object_unref: assertion `GST_IS_MINI_OBJECT (mini_object)' failed aborting... Program received signal SIGABRT, Aborted.
+ Trace 228499
Thread 140737267746560 (LWP 6794)
commit f57bbc585d371a95c114e9257469f65311a6b895 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Tue Sep 20 13:35:55 2011 +0100 videorate: don't unref event we don't own http://bugzilla.gnome.org/show_bug.cgi?id=659562