mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ static gboolean gst_mpeg2dec_decide_allocation (GstVideoDecoder * decoder,
|
||||||
GstQuery * query);
|
GstQuery * query);
|
||||||
|
|
||||||
static void gst_mpeg2dec_clear_buffers (GstMpeg2dec * mpeg2dec);
|
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);
|
GstVideoCodecFrame * in_frame, GstVideoFrame * in_vframe);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue