From 066acfa92235b5cd06386e00f902d83d94908b72 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Sun, 1 Jul 2018 02:23:06 +0200 Subject: [PATCH] avauddec: fix remaining warnings https://bugzilla.gnome.org/show_bug.cgi?id=792900 --- ext/libav/gstavauddec.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/libav/gstavauddec.h b/ext/libav/gstavauddec.h index 504da805ba..1a194abf73 100644 --- a/ext/libav/gstavauddec.h +++ b/ext/libav/gstavauddec.h @@ -19,6 +19,8 @@ #ifndef __GST_FFMPEGAUDDEC_H__ #define __GST_FFMPEGAUDDEC_H__ +#include + G_BEGIN_DECLS #include @@ -37,7 +39,7 @@ struct _GstFFMpegAudDec AVFrame *frame; guint8 *padded; - guint padded_size; + gint padded_size; /* prevent reopening the decoder on GST_EVENT_CAPS when caps are same as last time. */ GstCaps *last_caps;