msdkdec: fix method declaration signature

Thus silencing a compilation warning.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5283>
This commit is contained in:
Víctor Manuel Jáquez Leal 2023-09-14 20:14:21 +02:00 committed by GStreamer Marge Bot
parent 0705de9f12
commit b3b2f3016c

View file

@ -74,7 +74,7 @@ struct _MsdkDecTask
gboolean decode_only;
};
static gboolean gst_msdkdec_drain (GstVideoDecoder * decoder);
static GstFlowReturn gst_msdkdec_drain (GstVideoDecoder * decoder);
static gboolean gst_msdkdec_flush (GstVideoDecoder * decoder);
static gboolean gst_msdkdec_negotiate (GstMsdkDec * thiz, gboolean hard_reset);