[totem] bvw: Fix trivial debug format string error.
- From: Jan Schmidt <jschmidt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] bvw: Fix trivial debug format string error.
- Date: Sun, 12 Dec 2010 11:53:30 +0000 (UTC)
commit 567f0e695054a2ab9222b8a0dc75d3491b768766
Author: Jan Schmidt <thaytan noraisin net>
Date: Sun Dec 12 02:12:06 2010 +1100
bvw: Fix trivial debug format string error.
src/backend/bacon-video-widget-gst-0.10.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index 584bcd0..e8771ac 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -4325,7 +4325,7 @@ bacon_video_widget_dvd_event (BaconVideoWidget * bvw,
if (gst_element_query_position (bvw->priv->play, &fmt, &val)) {
GST_DEBUG ("current %s is: %" G_GINT64_FORMAT, fmt_name, val);
val += dir;
- GST_DEBUG ("seeking to %s: %" G_GINT64_FORMAT, val);
+ GST_DEBUG ("seeking to %s: %" G_GINT64_FORMAT, fmt_name, val);
gst_element_seek (bvw->priv->play, FORWARD_RATE, fmt, GST_SEEK_FLAG_FLUSH,
GST_SEEK_TYPE_SET, val, GST_SEEK_TYPE_NONE, 0);
bvw->priv->rate = FORWARD_RATE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]