video: convertframe: Remove pointless const qualifier
authorSeungha Yang <seungha@centricular.com>
Mon, 4 Jul 2022 19:42:57 +0000 (04:42 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 22 May 2023 15:27:35 +0000 (16:27 +0100)
commitc7d48d294e2569e12f11a134373a2e0d155cbe5d
treea9840ebe1fca9a771196ad952fc1f707d636fe0b
parentf984d775e80409bdc648160c8f0222dc8823df5a
video: convertframe: Remove pointless const qualifier

const keyword for refcounted object does not very make sense
and unnecessary in this case

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4689>
subprojects/gst-plugins-base/gst-libs/gst/video/convertframe.c