mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
validate: fix typo in debug message
This commit is contained in:
parent
07fa1b3ca5
commit
704d082e79
1 changed files with 1 additions and 1 deletions
|
@ -1141,7 +1141,7 @@ _should_execute_action (GstValidateScenario * scenario, GstValidateAction * act,
|
|||
|
||||
return FALSE;
|
||||
} else if (rate < 0 && (GstClockTime) position > act->playback_time) {
|
||||
GST_DEBUG_OBJECT (scenario, "negativ rate and position %" GST_TIME_FORMAT
|
||||
GST_DEBUG_OBJECT (scenario, "negative rate and position %" GST_TIME_FORMAT
|
||||
" < playback_time %" GST_TIME_FORMAT, GST_TIME_ARGS (position),
|
||||
GST_TIME_ARGS (act->playback_time));
|
||||
|
||||
|
|
Loading…
Reference in a new issue