playsink: update for new step API

This commit is contained in:
Wim Taymans 2009-06-12 13:52:02 +02:00
parent acdb88ec6f
commit 6a7d0ebf2a

View file

@ -2317,12 +2317,12 @@ gst_play_sink_handle_message (GstBin * bin, GstMessage * message)
GstFormat format;
guint64 amount;
gdouble rate;
gboolean flush, intermediate, res;
gboolean flush, intermediate, res, eos;
guint64 duration;
GST_INFO_OBJECT (playsink, "Handling step-done message");
gst_message_parse_step_done (message, &format, &amount, &rate, &flush,
&intermediate, &duration);
&intermediate, &duration, &eos);
if (format == GST_FORMAT_BUFFERS) {
/* for the buffer format, we align the other streams */