mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
mpg123audiodec: Require caps to be set before any data processing
This commit is contained in:
parent
fe7f0a6ac7
commit
056c7bc7c9
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ void
|
||||||
gst_mpg123_audio_dec_init (GstMpg123AudioDec * mpg123_decoder)
|
gst_mpg123_audio_dec_init (GstMpg123AudioDec * mpg123_decoder)
|
||||||
{
|
{
|
||||||
mpg123_decoder->handle = NULL;
|
mpg123_decoder->handle = NULL;
|
||||||
|
gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (mpg123_decoder), TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue