vaapipostproc: params video_info_changed() callers
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Thu, 12 Nov 2015 15:13:25 +0000 (16:13 +0100)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Thu, 19 Nov 2015 11:23:22 +0000 (12:23 +0100)
commitfc958520c328641b74ca04b6a416f0c77b8fddc7
tree7c318120db9f873c7a5b56dce34e2f87868b6931
parentfc8a0d121c157720ae25b684f28e909e79d56e24
vaapipostproc: params video_info_changed() callers

The signature is video_info_changed(old_vip, new_vip). Nonetheless the callers
swapped the the order. This didn't raise problems since the comparison of both
structures were not affected by its semantics.

But still it would be better to fix this to keep the coherence of the code.

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
https://bugzilla.gnome.org/show_bug.cgi?id=758007
gst/vaapi/gstvaapipostproc.c