After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709200 - context query shall be in either pad
context query shall be in either pad
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 698054
 
 
Reported: 2013-10-01 16:09 UTC by Víctor Manuel Jáquez Leal
Modified: 2013-11-18 14:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pluginutil: handle the context query in any pad (3.62 KB, patch)
2013-10-01 16:11 UTC, Víctor Manuel Jáquez Leal
none Details | Review

Description Víctor Manuel Jáquez Leal 2013-10-01 16:09:02 UTC
Currently, the vaapidecode only attend context queries from the sink pad.
Comment 1 Víctor Manuel Jáquez Leal 2013-10-01 16:11:11 UTC
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.
Comment 2 Gwenole Beauchesne 2013-10-01 16:45:15 UTC
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.
Comment 3 Gwenole Beauchesne 2013-11-18 14:17:07 UTC
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