GNOME Bugzilla – Bug 746248
vaapidecode: call the correct query function
Last modified: 2015-03-16 21:44:59 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.
Created attachment 299456 [details] [review] vaapidecode: call the correct query function
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
Closing..