mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
audiobasesink: fix for basesink API change
This commit is contained in:
parent
30c9bb709b
commit
c003efcc63
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ gst_audio_base_sink_drain (GstAudioBaseSink * sink)
|
|||
|
||||
/* wait for the EOS time to be reached, this is the time when the last
|
||||
* sample is played. */
|
||||
gst_base_sink_wait_eos (GST_BASE_SINK (sink), sink->priv->eos_time, NULL);
|
||||
gst_base_sink_wait (GST_BASE_SINK (sink), sink->priv->eos_time, NULL);
|
||||
|
||||
GST_DEBUG_OBJECT (sink, "drained audio");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue