mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
scenario: add missing line break after print
This commit is contained in:
parent
713da78201
commit
adca72b069
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ _execute_action (GstValidateScenario * scenario, ScenarioAction * act)
|
|||
if (act->type == SCENARIO_ACTION_SEEK) {
|
||||
SeekInfo *seek = (SeekInfo *) act;
|
||||
g_print ("%s (num %u), seeking to: %" GST_TIME_FORMAT " stop: %"
|
||||
GST_TIME_FORMAT " Rate %lf", SCENARIO_ACTION (seek)->name,
|
||||
GST_TIME_FORMAT " Rate %lf\n", SCENARIO_ACTION (seek)->name,
|
||||
SCENARIO_ACTION (seek)->action_number, GST_TIME_ARGS (seek->start),
|
||||
GST_TIME_ARGS (seek->stop), seek->rate);
|
||||
|
||||
|
|
Loading…
Reference in a new issue