[gst-cvs] gst-plugins-good: qtdemux: fix debug message
Mark Nauwelaerts
mnauw at kemper.freedesktop.org
Tue Feb 16 07:24:27 PST 2010
Module: gst-plugins-good
Branch: master
Commit: 105d8c925bf6136d553af88ff4c8ee905d0e4ea7
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=105d8c925bf6136d553af88ff4c8ee905d0e4ea7
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date: Tue Feb 16 15:50:23 2010 +0100
qtdemux: fix debug message
---
gst/qtdemux/qtdemux.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index ba6d4c7..31a4759 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -3809,7 +3809,7 @@ qtdemux_parse_node (GstQTDemux * qtdemux, GNode * node, const guint8 * buffer,
break;
}
}
- GST_LOG_OBJECT (qtdemux, "parsed '%" GST_FOURCC_FORMAT,
+ GST_LOG_OBJECT (qtdemux, "parsed '%" GST_FOURCC_FORMAT "'",
GST_FOURCC_ARGS (fourcc));
return TRUE;
More information about the Gstreamer-commits
mailing list