mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 21:46:22 +00:00
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).
This commit is contained in:
parent
263e0458f1
commit
798b78630f
1 changed files with 1 additions and 1 deletions
|
@ -1142,7 +1142,7 @@ gst_qtdemux_prepare_current_sample (GstQTDemux * qtdemux,
|
||||||
if (stream->segment_index != seg_idx)
|
if (stream->segment_index != seg_idx)
|
||||||
gst_qtdemux_activate_segment (qtdemux, stream, seg_idx, time_position);
|
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);
|
stream->sample_index, stream->n_samples);
|
||||||
|
|
||||||
if (stream->sample_index >= stream->n_samples)
|
if (stream->sample_index >= stream->n_samples)
|
||||||
|
|
Loading…
Reference in a new issue