va: Refactor _format_changed() to _config_is_equal().
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Sat, 17 Jul 2021 18:45:48 +0000 (20:45 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Sat, 17 Jul 2021 18:51:29 +0000 (20:51 +0200)
commitea8b372ceb8b9b8c0d26613bb0bf8c5366e75a9f
tree345f0f7392d21b3b7d83bfb167c4554ba6ba7240
parentd2d7ce7157be5680ae985d6824fa18293c7cce44
va: Refactor _format_changed() to _config_is_equal().

Change gst_va_decoder_format_changed() to
gst_va_decoder_config_is_equal(), which is more similar with other
GStreamer API.

The function call is replaced but it has to be negated because the
return value is the opposite.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2417>
sys/va/gstvaav1dec.c
sys/va/gstvadecoder.c
sys/va/gstvadecoder.h
sys/va/gstvah264dec.c
sys/va/gstvah265dec.c
sys/va/gstvampeg2dec.c
sys/va/gstvavp8dec.c
sys/va/gstvavp9dec.c