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:
parent
21b232ce30
commit
1fb4a76c35
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user