audiobasesink: fix for basesink API change

This commit is contained in:
Wim Taymans 2012-06-18 11:38:02 +02:00
parent 30c9bb709b
commit c003efcc63

View file

@ -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");
}