[Bug 758212] playbin adds the template caps on autoplug-query
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jan 8 08:21:15 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=758212
--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
This breaks autoplugging in playbin if a video decoders outputs some raw video
format that the sink does not support. What happens is
1) sink accept-caps
2) __gst_video_element_proxy_getcaps()
3) __gst_video_element_proxy_caps() creates a filter caps that only contains
the width/height/par/framerate restrictions, not a format restriction
4) Downstreams gets a CAPS query with that filter, the sink answers with a
format that our decoder does not support
5) Intersecting with the source pad template caps yields EMPTY
--
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