validate: fix typo in debug message

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-06-10 12:55:47 -07:00
parent 07fa1b3ca5
commit 704d082e79

View file

@ -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));