[gstreamer-bugs] [Bug 481070] [matroska] support for ordered chapters

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Sep 28 04:08:06 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=481070

  GStreamer | gst-plugins-good | Ver: 0.10.x

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|gst-plugins-base            |gst-plugins-good
     Ever Confirmed|0                           |1
            Summary|Please support matroska's   |[matroska] support for
                   |ordered chapters            |ordered chapters




------- Comment #1 from Tim-Philipp Müller  2007-09-28 11:08 UTC -------
Sounds like a bit of an exotic feature to me.

Jumping around within the same file is not a problem, doing a redirection to a
new file is also not a problem, but seamlessly jumping from one file to another
and keeping state is a bit of a problem with our current design/demuxer because
the assumption is almost always that there's only one file/stream input.

For things like external subtitles other elements like playbin hook up the
second input.  In other words: you'd probably need a special-case element/bin
for this.

It'd also be possible to make matroska-demux support a bunch of request sink
pads (one per file referenced) and make the application/playbin/a helper bin
connect those by posting messages on the bus or emitting signas, but this would
involve a major rewrite of the matroska demuxer.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=481070.




More information about the Gstreamer-bugs mailing list