[gstreamer-bugs] [Bug 603138] [udpsrc/udpsink] blocks when building a pipeline with two streams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 1 04:53:06 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=603138
  GStreamer | gst-plugins-good | 0.10.25

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |NOTABUG

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2009-12-01 12:53:02 UTC ---
This is normal, The pipeline cannot preroll. For proper synchronisation the
udpsink needs to wait for the fakesink to preroll but that can never happen
because the fakesink depends on udpsink being prerolled.

Setting one of the sinks to async=false might work. You would also typically
separate the sending and receiving elements into two pipelines.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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