[gstreamer-bugs] [Bug 606348] Gstreamer general stream error when using multiple tagged file

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 5 16:14:01 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=606348
  GStreamer | don't know | unspecified

--- Comment #11 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-07-05 23:13:56 UTC ---
It's not about the tags changing at all, of course those could just be stripped
out if that was all. It's about the logical structure of the underlying audio
stream, which is technically a second audio stream completely separate from the
first one. playbin2 handles this automagically without the application ever
knowing about it, while decodebin does not. That's just how this kind of thing
is exposed at the GStreamer level. It can't and shouldn't just be ignored
GStreamer side (otherwise you'd end up with a partially transcoded audio file
without realising).

If the application doesn't want to handle this itself, maybe it should be using
something like the playbin pipeline mentioned above.

This is not a choice for GStreamer to make. We just provide the tools
application developers can use, exposing things in various levels of detail.

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