From a698a439beb8a06dace3b5558b921ba2549699a1 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 12 Sep 2007 08:38:22 +0000 Subject: gst/: Printf format fixes (#476128). Original commit message from CVS: Patch by: Peter Kjellerstedt * gst-libs/gst/app/gstappsink.c: * gst/flv/gstflvdemux.c: * gst/flv/gstflvparse.c: * gst/interleave/deinterleave.c: * gst/switch/gstswitch.c: Printf format fixes (#476128). --- gst/switch/gstswitch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/switch/gstswitch.c') diff --git a/gst/switch/gstswitch.c b/gst/switch/gstswitch.c index 52a8ec9d..4fce29e7 100644 --- a/gst/switch/gstswitch.c +++ b/gst/switch/gstswitch.c @@ -297,7 +297,7 @@ gst_switch_chain (GstPad * pad, GstBuffer * buf) "Sending new segment with start of %" G_GUINT64_FORMAT, start); } else { GST_WARNING_OBJECT (gstswitch, - "Couldn't find new segment for pad %s:%s in hashtable", + "Couldn't find new segment for pad %s in hashtable", GST_PAD_NAME (pad)); } /* reset stop and start value */ @@ -496,7 +496,7 @@ gst_switch_set_property (GObject * object, guint prop_id, "Sending new segment with start of %" G_GUINT64_FORMAT, start); } else { GST_WARNING_OBJECT (gstswitch, - "Couldn't find new segment for pad %s:%s in hashtable", + "Couldn't find new segment for pad %s in hashtable", GST_PAD_NAME (gstswitch->active_sinkpad)); } /* reset stop and start value */ -- cgit v1.2.1