[Bug 744420] splitmuxsink - Deadlock on while starting 2nd fragment on function gst_element_sync_state_with_parent

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 20 06:44:42 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=744420

--- Comment #3 from Damian Ziobro <memento1987 at interia.pl> ---
---------- Interesting observation --------------

This deadlock occurs only when I am dumping .dot files during processing.
Please note difference between Pipeline1 and Pipeline2 below.

--------------------------------------------
Pipeline1 - Deadlock occurs:
--------------------------------------------

GST_DEBUG_DUMP_DOT_DIR=/tmp GST_DEBUG=splitmuxsink:4 gst-launch-1.0
videotestsrc ! x264enc ! h264parse ! splitmuxsink location=file%02d.mp4
max-size-time=3000000000 max-files=2

--------------------------------------------
Pipeline2 - Deadlock DOES NOT occur:
--------------------------------------------

GST_DEBUG=splitmuxsink:4 gst-launch-1.0 videotestsrc ! x264enc ! h264parse !
splitmuxsink location=file%02d.mp4 max-size-time=3000000000 max-files=2

--------------------------------------------

-- 
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