[Bug 763281] RTSP RECORD: pipeline never prerolls

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 10 11:58:29 UTC 2016


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

--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 323613
  --> https://bugzilla.gnome.org/attachment.cgi?id=323613&action=edit
rtsp-stream: Ensure that the pipeline is live and later-added udpsrcs are
syncing the state with the parent bin

Without this, RECORD pipelines are broken because
a) we wait for ASYNC_DONE which never happens anymore because udpsrc would be
added later. Previously it was there earlier and due to NO_PREROLL caused the
pipeline to preroll immediately
b) the udpsrc for the pipeline is added later and never set to PLAYING state,
as the corresponding code previously was only for PLAY pipelines.

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