mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
auto-transition: Fix debug printf format
This commit is contained in:
parent
f3dbcd2753
commit
f20876b9db
1 changed files with 2 additions and 2 deletions
|
@ -169,9 +169,9 @@ ges_auto_transition_new (GESTrackElement * transition,
|
||||||
G_CALLBACK (_track_changed_cb), self);
|
G_CALLBACK (_track_changed_cb), self);
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (self, "Created transition %" GST_PTR_FORMAT
|
GST_DEBUG_OBJECT (self, "Created transition %" GST_PTR_FORMAT
|
||||||
" between %" GST_PTR_FORMAT "[% " GST_TIME_FORMAT
|
" between %" GST_PTR_FORMAT "[%" GST_TIME_FORMAT
|
||||||
" - %" GST_TIME_FORMAT "] and: %" GST_PTR_FORMAT
|
" - %" GST_TIME_FORMAT "] and: %" GST_PTR_FORMAT
|
||||||
"[% " GST_TIME_FORMAT " - %" GST_TIME_FORMAT "]"
|
"[%" GST_TIME_FORMAT " - %" GST_TIME_FORMAT "]"
|
||||||
" in layer nb %i, start: %" GST_TIME_FORMAT " duration: %"
|
" in layer nb %i, start: %" GST_TIME_FORMAT " duration: %"
|
||||||
GST_TIME_FORMAT, transition, previous_source,
|
GST_TIME_FORMAT, transition, previous_source,
|
||||||
GST_TIME_ARGS (_START (previous_source)),
|
GST_TIME_ARGS (_START (previous_source)),
|
||||||
|
|
Loading…
Reference in a new issue