[gst-cvs] gstreamer: message: fix parsing of the step done message
Wim Taymans
wtay at kemper.freedesktop.org
Tue Jun 30 09:24:01 PDT 2009
Module: gstreamer
Branch: master
Commit: 30bc0361f179838a2f539190d2fde87830cb3822
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=30bc0361f179838a2f539190d2fde87830cb3822
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Tue Jun 30 18:22:25 2009 +0200
message: fix parsing of the step done message
Parse the duration field too.
---
gst/gstmessage.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gst/gstmessage.c b/gst/gstmessage.c
index 80fd0c2..60bfdde 100644
--- a/gst/gstmessage.c
+++ b/gst/gstmessage.c
@@ -1711,6 +1711,7 @@ gst_message_parse_step_done (GstMessage * message, GstFormat * format,
GST_QUARK (RATE), G_TYPE_DOUBLE, rate,
GST_QUARK (FLUSH), G_TYPE_BOOLEAN, flush,
GST_QUARK (INTERMEDIATE), G_TYPE_BOOLEAN, intermediate,
+ GST_QUARK (DURATION), G_TYPE_UINT64, duration,
GST_QUARK (EOS), G_TYPE_BOOLEAN, eos, NULL);
}
More information about the Gstreamer-commits
mailing list