diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2013-12-05 12:05:09 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2013-12-05 12:05:09 +0100 |
commit | 08852721cb2ce4dbb2acd49ba06cf58e1bf5fb10 (patch) | |
tree | 576f91e4c5f4518cd0f214aab3dbe65b81b3674b /gst/siren | |
parent | 2e80c88129ce118384aad206625273e76fae2e23 (diff) | |
download | gstreamer-plugins-bad-08852721cb2ce4dbb2acd49ba06cf58e1bf5fb10.tar.gz |
sirendec: Require caps to be set before any data processing
Diffstat (limited to 'gst/siren')
-rw-r--r-- | gst/siren/gstsirendec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/siren/gstsirendec.c b/gst/siren/gstsirendec.c index aa71d4644..0b26f5a58 100644 --- a/gst/siren/gstsirendec.c +++ b/gst/siren/gstsirendec.c @@ -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 |