[gstreamer-bugs] [Bug 316248] linking two parallel chains hangs
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jan 2 14:03:14 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=316248
GStreamer | gstreamer (core) | git
--- Comment #15 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-01-02 22:03:05 UTC ---
well this hangs in "Pipeline is PREROLLING ..."
gst-launch audiotestsrc ! tee name=t ! volume ! adder name=m ! pulsesink t. !
volume ! m.
and this works:
gst-launch audiotestsrc ! tee name=t ! volume ! adder name=m ! pulsesink t. !
queue ! volume ! m.
interesting is also this one:
gst-launch audiotestsrc is-live=true ! tee name=t ! volume ! adder name=m !
pulsesink t. ! volume ! m.
it goes to PLAYING, but does not play anything
--
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