[Bug 758212] playbin adds the template caps on autoplug-query

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jan 9 00:25:29 PST 2016


https://bugzilla.gnome.org/show_bug.cgi?id=758212

--- Comment #16 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The problem is that playsink can only create the pads once it knows the caps of
the stream, and e.g. if there is an audio or video stream at all.

What my patch does now is that we assume that we can convert every raw format
on sysmem, and for everything else we need direct sink support. Which should be
the case in all normal situations but we might also want to check the playsink
flags here (e.g. native-video means we actually can't convert, no deinterlace
flag means we can't deinterlace, etc).

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