[gst-cvs] gst-plugins-bad: invtelecine: fix print format in debug message
Tim Müller
tpm at kemper.freedesktop.org
Wed Apr 7 17:50:38 PDT 2010
Module: gst-plugins-bad
Branch: master
Commit: a81a158f171d31e9c06d6a4379710dd5cd2a8d3a
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=a81a158f171d31e9c06d6a4379710dd5cd2a8d3a
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Thu Apr 8 01:42:23 2010 +0100
invtelecine: fix print format in debug message
---
gst/invtelecine/gstinvtelecine.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gst/invtelecine/gstinvtelecine.c b/gst/invtelecine/gstinvtelecine.c
index 98b59aa..409ecfc 100644
--- a/gst/invtelecine/gstinvtelecine.c
+++ b/gst/invtelecine/gstinvtelecine.c
@@ -458,8 +458,8 @@ gst_invtelecine_chain (GstPad * pad, GstBuffer * buffer)
field_index = (GST_BUFFER_FLAGS (buffer) & GST_VIDEO_BUFFER_TFF) ? 0 : 1;
- GST_DEBUG ("duration %lld flags %04x %s %s %s",
- GST_BUFFER_DURATION (buffer),
+ GST_DEBUG ("duration %" GST_TIME_FORMAT " flags %04x %s %s %s",
+ GST_TIME_ARGS (GST_BUFFER_DURATION (buffer)),
GST_BUFFER_FLAGS (buffer),
(GST_BUFFER_FLAGS (buffer) & GST_VIDEO_BUFFER_TFF) ? "tff" : "",
(GST_BUFFER_FLAGS (buffer) & GST_VIDEO_BUFFER_RFF) ? "rff" : "",
More information about the Gstreamer-commits
mailing list