diff options
Diffstat (limited to 'ext')
-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 a2506ab8..b20304f2 100644 --- a/ext/faad/gstfaad.c +++ b/ext/faad/gstfaad.c @@ -441,7 +441,7 @@ gst_faad_chanpos_from_gst (GstAudioChannelPosition * pos, guint num) static GstAudioChannelPosition * gst_faad_chanpos_to_gst (GstFaad * faad, guchar * fpos, guint num, - GstAudioChannelPosition * channel_map_failed) + gboolean * channel_map_failed) { GstAudioChannelPosition *pos = g_new (GstAudioChannelPosition, num); guint n; |