mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
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:
parent
0705de9f12
commit
b3b2f3016c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ struct _MsdkDecTask
|
||||||
gboolean decode_only;
|
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_flush (GstVideoDecoder * decoder);
|
||||||
static gboolean gst_msdkdec_negotiate (GstMsdkDec * thiz, gboolean hard_reset);
|
static gboolean gst_msdkdec_negotiate (GstMsdkDec * thiz, gboolean hard_reset);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue