[Bug 703267] funnel: Needs to be usable in playbin

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 2 00:14:24 PDT 2013


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

--- Comment #16 from Sebastian Dröge <slomo at circular-chaos.org> 2013-07-02 07:14:18 UTC ---
(In reply to comment #15)
> I guess to make stream-synchronizer happy, the demuxers should put the same
> seqnum on all stream-starts event it sends for a specific file?

Well, not necessarily? streamsynchronizer only requires the same seqnum for a
single stream, e.g. an audio and video stream of the same container file can
have different seqnums... and also different stream-ids.

However I see the problem here with funnel, it will forward the different
stream-start events of all input streams and confuse streamsynchronizer with
that. Maybe funnel should only create a single stream-start event, and in there
have a stream-id that is a combination of all input stream-ids?

Or maybe the logic in streamsynchronizer needs to be changed, it's the cause of
problems since quite some time. Maybe all this has to be implemented
differently

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