GNOME Bugzilla – Bug 409683
Crash with Decodebin2
Last modified: 2007-02-20 17:11:04 UTC
Trying to run Totem with GST_DEBUG and USE_DECODEBIN2=1 set. GST_DEBUG=*:5 totem >stereonotsurround.txt 2>&1 If I try loading the Dust_to_Glory_720.wmv file in totem in this scenario Totem crash.
Got a stack trace?
Fixed in cvs. 2007-02-20 Edward Hervey <edward@fluendo.com> * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose), (multi_queue_underrun_cb), (gst_decode_group_check_if_drained), (sort_end_pads), (gst_decode_group_expose), (gst_decode_group_hide): Don't free groups from the streaming threads. Just put them aside and free them in dispose.
What are the implications of this for long-running/re-used decodebin instances? Will they just accumulate groups and waste memory?