mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
fix misleading log statement
Original commit message from CVS: fix misleading log statement
This commit is contained in:
parent
08afeb6120
commit
852774ec6c
1 changed files with 2 additions and 2 deletions
|
@ -1329,8 +1329,8 @@ again:
|
||||||
goto done;
|
goto done;
|
||||||
|
|
||||||
/* preroll done, we can sync since we are in PLAYING now. */
|
/* preroll done, we can sync since we are in PLAYING now. */
|
||||||
GST_DEBUG_OBJECT (basesink, "waiting for clock to reach %" GST_TIME_FORMAT,
|
GST_DEBUG_OBJECT (basesink, "possibly waiting for clock to reach %"
|
||||||
GST_TIME_ARGS (rstart));
|
GST_TIME_FORMAT, GST_TIME_ARGS (rstart));
|
||||||
|
|
||||||
/* this function will return immediatly if start == -1, no clock
|
/* this function will return immediatly if start == -1, no clock
|
||||||
* or sync is disabled with GST_CLOCK_BADTIME. */
|
* or sync is disabled with GST_CLOCK_BADTIME. */
|
||||||
|
|
Loading…
Reference in a new issue