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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Apr 3 10:35: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 #8 from Lutz Mueller  2006-04-03 17:35 UTC -------
(1) Cascading: It is possible to cascade queries. You already (should) do that
for each element where bytes_in != bytes_out if you query for GST_FORMAT_BYTES.
I am currently working on the tar-in-tar example.

(2) Word: I am open for suggestions. "streams", "substreams", "tracks",
"chapters", "sections"...
Concurrently multiplexed: For these, we have demuxers (with multiple pads).
Sequentially multiplexed: This is what I am working on.

(3) Hierarchy: Tim, you are right. With my patch, one would know that there are
5 streams. There would be no way of quering the hierarchy (1.1, 1.2, 2.1, 2.2,
2.3). Let me think about it.

(4) Interface versus GstQuery: The reason for GstQuery is that you used this
approach in cdiocddasrc. My patch is a generalization. I'll think about the
interface version.


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