mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
examples: Fix debug statement
This commit is contained in:
parent
03b299ecdb
commit
c558b01f5b
1 changed files with 3 additions and 2 deletions
|
@ -118,8 +118,9 @@ make_timeline (char *nick, double tdur, char *patha, float adur,
|
|||
g_timeout_add_seconds (1, (GSourceFunc) print_transition_data, srcb);
|
||||
|
||||
if (tduration != 0) {
|
||||
g_print ("creating transition at %ld of %f duration (%ld ns)\n",
|
||||
tstart, tdur, tduration);
|
||||
g_print ("creating transition at %" GST_TIME_FORMAT " of %f duration (%"
|
||||
GST_TIME_FORMAT ")\n", GST_TIME_ARGS (tstart), tdur,
|
||||
GST_TIME_ARGS (tduration));
|
||||
if (!(tr = ges_timeline_transition_new_for_nick (nick)))
|
||||
g_error ("invalid transition type %s\n", nick);
|
||||
|
||||
|
|
Loading…
Reference in a new issue