[Bug 707605] Need "reverse-funnel" element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 11 11:08:22 PDT 2013


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

--- Comment #9 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-09-11 18:08:16 UTC ---
You could call it streamiddemux.

I'm curious, what's the use-case for this? Why do do funnel then separate the
streams ?

You should probably create the new pad either on the stream-start event or the
segment event, the CAPS event is not always present.

You probably want g_str_hash/equal and copy the stream-id string into the hash
table.

Why do you have special handling for the caps/stream-start? You can just
forward all sticky events when you switch pads, and just listen to the
stream-start event do to the pad switch.

Why do you update a GstSegment but never use it?

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