mulawdec: Require caps to be set before accepting any data

This commit is contained in:
Sebastian Dröge 2013-12-05 12:15:29 +01:00
parent d9deb95012
commit f3c3dee148

View File

@ -159,4 +159,5 @@ gst_mulawdec_class_init (GstMuLawDecClass * klass)
static void static void
gst_mulawdec_init (GstMuLawDec * mulawdec) gst_mulawdec_init (GstMuLawDec * mulawdec)
{ {
gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (mulawdec), TRUE);
} }