GNOME Bugzilla – Bug 709200
context query shall be in either pad
Last modified: 2013-11-18 14:17:07 UTC
Currently, the vaapidecode only attend context queries from the sink pad.
Created attachment 256198 [details] [review] pluginutil: handle the context query in any pad Also this patch simplifies the code, since now the query is common for the decoder and the sink.
Applied to git master. Thanks. Though, I think this could submit two `need-context' messages to the bus, and then possibly creating/replacing two contexts in a row.
commit 395260f24bd8ab6e0f8464a6bffd39032c8bc03d Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Date: Tue Oct 1 17:57:11 2013 +0200 plugins: hanle the context query in any pad. Also this patch simplifies the code, since now the query is common for the decoder and the sink. https://bugzilla.gnome.org/show_bug.cgi?id=709200