From f3c3dee14819a5d8c33e4dc09d896fcf8ec3dbcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 5 Dec 2013 12:15:29 +0100 Subject: [PATCH] mulawdec: Require caps to be set before accepting any data --- gst/law/mulaw-decode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/law/mulaw-decode.c b/gst/law/mulaw-decode.c index a26a34dfc7..cc3efa13be 100644 --- a/gst/law/mulaw-decode.c +++ b/gst/law/mulaw-decode.c @@ -159,4 +159,5 @@ gst_mulawdec_class_init (GstMuLawDecClass * klass) static void gst_mulawdec_init (GstMuLawDec * mulawdec) { + gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (mulawdec), TRUE); }