mad: chain up to default event handler

This commit is contained in:
Wim Taymans 2012-02-15 13:40:13 +01:00
parent 0f9e7c3863
commit d6b150a1f1

View file

@ -514,7 +514,7 @@ gst_mad_event (GstAudioDecoder * dec, GstEvent * event)
}
/* Let the base class do its usual thing */
return FALSE;
return GST_AUDIO_DECODER_CLASS (parent_class)->event (dec, event);
}
static void