summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-08-10 10:08:05 +0000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-10-29 11:17:14 +0100
commit48d4fd8f8db9d13d663e252ea969ddb1a2e4b486 (patch)
tree97fba24b157d4e665df1132317d419b890199acd /gst
parentda7a699c5f398280793d835d7b52bf892b100cb2 (diff)
gst/: Printf format fixes (#465028).
Original commit message from CVS: * gst/playback/gstqueue2.c: * gst/videorate/gstvideorate.c: Printf format fixes (#465028).
Diffstat (limited to 'gst')
-rw-r--r--gst/playback/gstqueue2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/playback/gstqueue2.c b/gst/playback/gstqueue2.c
index 679a2cb2aa..44627518b7 100644
--- a/gst/playback/gstqueue2.c
+++ b/gst/playback/gstqueue2.c
@@ -592,8 +592,7 @@ apply_segment (GstQueue * queue, GstEvent * event, GstSegment * segment)
"received NEWSEGMENT update %d, rate %lf, applied rate %lf, "
"format %d, "
"%" G_GINT64_FORMAT " -- %" G_GINT64_FORMAT ", time %"
- G_GINT64_FORMAT ", accum %" G_GINT64_FORMAT, update, rate, arate,
- format, start, stop, time);
+ G_GINT64_FORMAT, update, rate, arate, format, start, stop, time);
if (format == GST_FORMAT_BYTES) {
}