[gstreamer-bugs] [Bug 303975] Add tar support

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jun 15 15:27:55 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=303975
 GStreamer | gst-plugins-bad | Ver: HEAD CVS





------- Comment #20 from Lutz Mueller  2006-06-15 22:27 UTC -------
The underlying concepts:

A stream cannot be broken down without further decoding (i.e. 1 track on a CD,
one file in a tarball). Each pad supplies exactly one stream.

Hence: The tardemux element creates a separate pad for each file in the
tarball. The tarmux element combines streams from different request pads.

If you use gst-launch to test the element, playback stops after the first
stream, because playbin stops playing after the first EOS has been received
(even if there are more pads that are still providing data). I am going to
resolve this problem separately (see #336951).


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list