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 746248 - vaapidecode: call the correct query function
vaapidecode: call the correct query function
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 743569
 
 
Reported: 2015-03-15 15:10 UTC by Víctor Manuel Jáquez Leal
Modified: 2015-03-16 21:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vaapidecode: call the correct query function (1.19 KB, patch)
2015-03-15 15:10 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2015-03-15 15:10:38 UTC
In commit 2f8c115 (vaapidecode: use the query virtual methods in 1.4)
a bug was introduced: when calling the parent's query function of the
src pad, the one of the sink pad is called instead. This patch fixes
this issue.
Comment 1 Víctor Manuel Jáquez Leal 2015-03-15 15:10:42 UTC
Created attachment 299456 [details] [review]
vaapidecode: call the correct query function
Comment 2 sreerenj 2015-03-16 21:44:26 UTC
Review of attachment 299456 [details] [review]:

Pushed,
commit d8d2f00bd031ccce1eae80e0c38918eb25b768e3
Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Date:   Mon Mar 16 23:10:53 2015 +0200

    vaapidecode: call the correct query function
Comment 3 sreerenj 2015-03-16 21:44:59 UTC
Closing..