playsink: update for new step API
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 12 Jun 2009 11:52:02 +0000 (13:52 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 12 Jun 2009 11:52:02 +0000 (13:52 +0200)
gst/playback/gstplaysink.c

index 5156dd8..8e5130e 100644 (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 */