[gstreamer-bugs] [Bug 583510] playbin2 plugs my sink even though it only does a subset of what a decoder does
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Oct 28 04:42:08 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=583510
GStreamer | gst-plugins-base | git
--- Comment #4 from Fraxinas <andreas.frisch at multimedia-labs.de> 2009-10-28 11:42:01 UTC ---
hi stefan,
in case an unhandled stream type arrives in the sink, we throw
GST_ELEMENT_ERROR (self, STREAM, TYPE_NOT_FOUND, (NULL), ("unimplemented stream
type %s", type));
but that doesn't even happen since static caps previously excluded e.g. layer 3
from mpeg audio streams. therefore it's not redirected at all into our sink by
playbin2 and the stream error is being invoked outside our domain
--
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