[Bug 753623] pad: implement default handling of accept-caps using the template caps
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Aug 14 04:56:58 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753623
--- Comment #1 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Created attachment 309258
--> https://bugzilla.gnome.org/attachment.cgi?id=309258&action=edit
pad: add GST_PAD_FLAG_ACCEPT_TEMPLATE
It will make the default accept-caps handler use the pad template
caps instead of the query-caps result to check if the caps is
acceptable. This is aligned with what the design docs says the
accept-caps should do (be non-recursive) and should be faster. It
is *not* enabled by default, though.
API: GST_PAD_FLAG_ACCEPT_TEMPLATE
API: GST_PAD_IS_ACCEPT_TEMPLATE
API: GST_PAD_SET_ACCEPT_TEMPLATE
API: GST_PAD_UNSET_ACCEPT_TEMPLATE
--
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