commit | f3c3dee14819a5d8c33e4dc09d896fcf8ec3dbcb | [log] [tgz] |
---|---|---|
author | Sebastian Dröge <sebastian@centricular.com> | Thu Dec 05 12:15:29 2013 +0100 |
committer | Sebastian Dröge <sebastian@centricular.com> | Thu Dec 05 12:15:29 2013 +0100 |
tree | 1bb0f6f226d509bd8680ecf92435d42f19aa9e1d | |
parent | d9deb95012393466bf9c055550b04405002e4f20 [diff] |
mulawdec: Require caps to be set before accepting any data
diff --git a/gst/law/mulaw-decode.c b/gst/law/mulaw-decode.c index a26a34d..cc3efa1 100644 --- a/gst/law/mulaw-decode.c +++ b/gst/law/mulaw-decode.c
@@ -159,4 +159,5 @@ static void gst_mulawdec_init (GstMuLawDec * mulawdec) { + gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (mulawdec), TRUE); }