[gstreamer-bugs] [Bug 540890] Need generic way of handling multi-track/chapters files

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Aug 24 03:14:35 PDT 2008


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

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #8 from Sebastian Dröge  2008-08-24 10:14 UTC -------
One issue I noticed is with the seeking.

As an application you usually want to select an element of the TOC tree or a
few elements with the same parent. Then playback starts and you might want to
skip to the next chapter but continue playback of what was specified before.
For this I'd suggest:

  GST_SEEK_TYPE_SET in GST_FORMAT_CHAPTER will set a new chapter selection that
will be played, i.e. the full subtree of all selected elements with the same
parent element.

  GST_SEEK_TYPE_CUR in GST_FORMAT_CHAPTER will keep the previous selection but
will seek to the specified chapter.

  GST_SEEK_TYPE_CUR in other formats will be relative to the chapter selection
done with GST_SEEK_TYPE_SET in GST_FORMAT_CHAPTER and relative to the current
playback position.

  GST_SEEK_TYPE_SET in other formats after a GST_SEEK_TYPE_SET in
GST_FORMAT_CHAPTER will be handled relative to the selected chapters.


-- 
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=540890.




More information about the Gstreamer-bugs mailing list