[Bug 707605] Need "reverse-funnel" element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 22 02:22:32 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=707605
  GStreamer | gstreamer (core) | git

--- Comment #49 from HoonHee Lee <hoonh83.lee at gmail.com> 2013-10-22 00:22:22 UTC ---
I Have a question for output-selector element.
In their event function, "stream-start" event with sticky event are sent to
their's all of linked src pads. Also, "segment" event is sent to all src pads.

So, I am not sure, "stream-start" and some other sticky-events have to be sent
to only active-srcpad in streamiddemux.
Because, I have a test code below this.
=>
(http://gstreamer-devel.966125.n4.nabble.com/I-am-wondering-that-streamsynchronizer-is-only-for-1-video-and-1-audio-and-1-text-tc4662414.html)

When I deployed streamsynchronizer element behind streamiddemuxer, there was a
blocking issue.
But I changed my code that "stream-start" event sent to all src pads in
streamiddemuxer.
After that, there was no blocking issue and 2 ogg files was made well.

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