mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gst/: Printf format fixes (#465028).
Original commit message from CVS: * gst/playback/gstqueue2.c: * gst/videorate/gstvideorate.c: Printf format fixes (#465028).
This commit is contained in:
parent
da7a699c5f
commit
48d4fd8f8d
1 changed files with 1 additions and 2 deletions
|
@ -592,8 +592,7 @@ apply_segment (GstQueue * queue, GstEvent * event, GstSegment * segment)
|
|||
"received NEWSEGMENT update %d, rate %lf, applied rate %lf, "
|
||||
"format %d, "
|
||||
"%" G_GINT64_FORMAT " -- %" G_GINT64_FORMAT ", time %"
|
||||
G_GINT64_FORMAT ", accum %" G_GINT64_FORMAT, update, rate, arate,
|
||||
format, start, stop, time);
|
||||
G_GINT64_FORMAT, update, rate, arate, format, start, stop, time);
|
||||
|
||||
if (format == GST_FORMAT_BYTES) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue