mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
Revert "audiodecoder: flush decoder in transition PAUSED->READY"
This reverts commit e7cf4c058d
.
This commit is contained in:
parent
9d3525da4f
commit
b8369ba20d
1 changed files with 0 additions and 5 deletions
|
@ -2960,11 +2960,6 @@ gst_audio_decoder_change_state (GstElement * element, GstStateChange transition)
|
|||
break;
|
||||
case GST_STATE_CHANGE_PAUSED_TO_PLAYING:
|
||||
break;
|
||||
case GST_STATE_CHANGE_PAUSED_TO_READY:
|
||||
GST_AUDIO_DECODER_STREAM_LOCK (codec);
|
||||
gst_audio_decoder_flush (codec, TRUE);
|
||||
GST_AUDIO_DECODER_STREAM_UNLOCK (codec);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue