sirendec: Require caps to be set before any data processing

This commit is contained in:
Sebastian Dröge 2013-12-05 12:05:09 +01:00
parent 2e80c88129
commit 08852721cb

View file

@ -95,6 +95,7 @@ gst_siren_dec_class_init (GstSirenDecClass * klass)
static void
gst_siren_dec_init (GstSirenDec * dec)
{
gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE);
}
static gboolean