summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-06-12 13:52:02 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-06-12 13:52:02 +0200
commit6a7d0ebf2a0acc2d44be39e561a6d7d41a0f1216 (patch)
treef701bfd1f0d7dbe020fd1a1fcdf8cd122540d79c
parentacdb88ec6f75d034574c37b8e8e87b83fc54b560 (diff)
playsink: update for new step API
-rw-r--r--gst/playback/gstplaysink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/playback/gstplaysink.c b/gst/playback/gstplaysink.c
index 5156dd83d..8e5130e8b 100644
--- a/gst/playback/gstplaysink.c
+++ b/gst/playback/gstplaysink.c
@@ -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 */