mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Add todo comments.
This commit is contained in:
parent
50afd45957
commit
6a310840af
1 changed files with 3 additions and 1 deletions
|
@ -646,7 +646,9 @@ gst_controller_suggest_next_sync (GstController * self)
|
||||||
g_mutex_lock (self->lock);
|
g_mutex_lock (self->lock);
|
||||||
|
|
||||||
/* TODO: Implement more logic, depending on interpolation mode
|
/* TODO: Implement more logic, depending on interpolation mode
|
||||||
* and control points */
|
* and control points
|
||||||
|
* FIXME: we need playback direction
|
||||||
|
*/
|
||||||
ret = self->priv->last_sync + self->priv->control_rate;
|
ret = self->priv->last_sync + self->priv->control_rate;
|
||||||
|
|
||||||
g_mutex_unlock (self->lock);
|
g_mutex_unlock (self->lock);
|
||||||
|
|
Loading…
Reference in a new issue