avauddec: fix remaining warnings
authorMathieu Duponchelle <mathieu@centricular.com>
Sun, 1 Jul 2018 00:23:06 +0000 (02:23 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 12 Jul 2018 22:53:27 +0000 (00:53 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=792900

ext/libav/gstavauddec.h

index 504da80..1a194ab 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __GST_FFMPEGAUDDEC_H__
 #define __GST_FFMPEGAUDDEC_H__
 
+#include <glib.h>
+
 G_BEGIN_DECLS
 
 #include <gst/gst.h>
@@ -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;