[Bug 769521] rtspmedia unit test failure: 'gst_rtsp_media_n_streams (media) == 2' failed

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 17 11:13:49 UTC 2017


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

--- Comment #5 from Edward Hervey <bilboed at bilboed.com> ---
Essentially it's a race between:
* payloaders adding their dynamic pads
* pipeline being prerolled

If the pipeline is prerolled, "new" pads will be ignored (and streams won't be
created).

The pipeline manages to preroll because the moment *any* payloader emits
no-more-pads ... it removes the fakesink and causes the pipeline to preroll.

Maybe we should wait for *all* dynamic elements to have posted no-more-pads
before doing that ?

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