diff options
author | Peter Kjellerstedt <pkj@axis.com> | 2007-09-12 08:38:22 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-09-12 08:38:22 +0000 |
commit | a698a439beb8a06dace3b5558b921ba2549699a1 (patch) | |
tree | 5994afab966ec485aaacc769dbd9a7b3b64c9ee9 /gst/switch | |
parent | ee01676c0d23b8ab0426a14306a1f0d1cefdc750 (diff) | |
download | gst-plugins-bad-a698a439beb8a06dace3b5558b921ba2549699a1.tar.gz gst-plugins-bad-a698a439beb8a06dace3b5558b921ba2549699a1.tar.bz2 gst-plugins-bad-a698a439beb8a06dace3b5558b921ba2549699a1.zip |
gst/: Printf format fixes (#476128).
Original commit message from CVS:
Patch by: Peter Kjellerstedt <pkj at axis com>
* 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).
Diffstat (limited to 'gst/switch')
-rw-r--r-- | gst/switch/gstswitch.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |