mpeg2dec: Fix conflicting type declaration

It was always a GstFlowReturn

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4588>
This commit is contained in:
Edward Hervey 2023-05-10 08:57:40 +02:00 committed by Edward Hervey
parent 21b232ce30
commit 1fb4a76c35

View file

@ -82,7 +82,7 @@ static gboolean gst_mpeg2dec_decide_allocation (GstVideoDecoder * decoder,
GstQuery * query);
static void gst_mpeg2dec_clear_buffers (GstMpeg2dec * mpeg2dec);
static gboolean gst_mpeg2dec_crop_buffer (GstMpeg2dec * dec,
static GstFlowReturn gst_mpeg2dec_crop_buffer (GstMpeg2dec * dec,
GstVideoCodecFrame * in_frame, GstVideoFrame * in_vframe);
static void