mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
mulawdec: Require caps to be set before accepting any data
This commit is contained in:
parent
d9deb95012
commit
f3c3dee148
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue