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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Aug 14 03:40:57 PDT 2009


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

  GStreamer | gst-plugins-bad | Ver: git




------- Comment #30 from Sebastian Dröge  2009-08-14 10:39 UTC -------
And another note on the muxer. You can get the extension for caps by finding a
typefind factory for this type and getting the extensions that it handles.
That's not easy but it should work well. Also you could add a "filename"
property on the sinkpads IMHO.

And a note on the demuxer, don't push tags events downstream but use
gst_element_found_tags_for_pad() but only call it after you have caps on the
pad and sent a newsegment event.

That's actually the second thing that needs to be changed, you need to provide
proper newsegment events in both elements. The muxer should send a single one
in BYTES format and drop the ones from upstream, the demuxer should send one
for every srcpad in BYTES format and also drop the upstream ones.


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




More information about the Gstreamer-bugs mailing list