avauddec: fix remaining warnings

https://bugzilla.gnome.org/show_bug.cgi?id=792900
This commit is contained in:
Mathieu Duponchelle 2018-07-01 02:23:06 +02:00
parent 6243197c82
commit 066acfa922

View 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;