[gstreamer-bugs] [Bug 336951] Playlist support for gstreamer

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Apr 2 11:49:40 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=336951
 GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Comment #1 from Lutz Mueller  2006-04-02 18:49 UTC -------
Created an attachment (id=62620)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=62620&action=view)
Patch that adds playlist support to Gstreamer

This patch adds playlist support to Gstreamer by adding two functions
(gst_query_[get,set]_stream) and GST_FORMAT_STREAMS.

Basically, you query the number of substreams ("tracks" on a CD) using
gst_query_new_duration (GST_FORMAT_STREAMS). Seeking is done accordingly. 

If you would like to query the duration of the current substream ("track")
instead of the duration of the whole stream ("CD"), you need to call
gst_query_set_stream (query, substream_number).

Patch for gstcddabasesrc to follow separately.


-- 
Configure bugmail: http://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