[Bug 722666] avoid decoding not-linked streams
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jun 1 02:21:14 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=722666
Edward Hervey <bilboed at bilboed.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |bilboed at bilboed.com
--- Comment #10 from Edward Hervey <bilboed at bilboed.com> ---
I'm currently looking at this issue (and related stream discovery/selection).
One way to solve this is to:
1) have multiqueue take parsed/packetized streams (i.e. if parsers are needed,
put them before)
2) have multiqueue do extra buffering for inactive streams (keep an extra
second, or from last keyframe for video)
When the stream is not active => no data is sent
When the stream gets activated => push all pending data
Will update once I have more findings.
--
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