gsmdec: Require caps to be set before any data processing

This commit is contained in:
Sebastian Dröge 2013-12-05 12:04:23 +01:00
parent 219275dbb6
commit f8caef5772

View file

@ -104,6 +104,7 @@ gst_gsmdec_class_init (GstGSMDecClass * klass)
static void
gst_gsmdec_init (GstGSMDec * gsmdec)
{
gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (gsmdec), TRUE);
}
static gboolean