diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-05-20 14:14:49 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-05-20 14:14:49 +0000 |
commit | 798b78630f3c8165c726341f060b2afd45ed5286 (patch) | |
tree | aaaf11c2fbd733a6ee0796aa63a51874c1644074 /gst | |
parent | 263e0458f171b907b66c340b7b13da9beaaec8af (diff) |
gst/: Printf format fixes (#439910, #439911).
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
* gst/switch/gstswitch.c: (gst_switch_chain):
Printf format fixes (#439910, #439911).
Diffstat (limited to 'gst')
-rw-r--r-- | 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 ec438d5c..ce3f18b1 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -1142,7 +1142,7 @@ gst_qtdemux_prepare_current_sample (GstQTDemux * qtdemux, if (stream->segment_index != seg_idx) gst_qtdemux_activate_segment (qtdemux, stream, seg_idx, time_position); - GST_LOG_OBJECT (qtdemux, "segment active, index = %lu of %lu", + GST_LOG_OBJECT (qtdemux, "segment active, index = %u of %u", stream->sample_index, stream->n_samples); if (stream->sample_index >= stream->n_samples) |