diff options
Diffstat (limited to 'ext/faad/gstfaad.c')
-rw-r--r-- | ext/faad/gstfaad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c index 07cca309a..09d927c82 100644 --- a/ext/faad/gstfaad.c +++ b/ext/faad/gstfaad.c @@ -93,7 +93,7 @@ static void gst_faad_reset (GstFaad * faad); static gboolean gst_faad_start (GstAudioDecoder * dec); static gboolean gst_faad_stop (GstAudioDecoder * dec); static gboolean gst_faad_set_format (GstAudioDecoder * dec, GstCaps * caps); -static gboolean gst_faad_parse (GstAudioDecoder * dec, GstAdapter * adapter, +static GstFlowReturn gst_faad_parse (GstAudioDecoder * dec, GstAdapter * adapter, gint * offset, gint * length); static GstFlowReturn gst_faad_handle_frame (GstAudioDecoder * dec, GstBuffer * buffer); |