mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
timeline: Minor refactoring
This commit is contained in:
parent
eeef1548b3
commit
9791fc541b
1 changed files with 4 additions and 3 deletions
|
@ -1351,17 +1351,18 @@ timeline_roll_object (GESTimeline * timeline, GESTrackObject * obj,
|
|||
break;
|
||||
}
|
||||
|
||||
done:
|
||||
timeline->priv->needs_transitions_update = TRUE;
|
||||
mv_ctx->ignore_needs_ctx = FALSE;
|
||||
|
||||
return ret;
|
||||
|
||||
error:
|
||||
mv_ctx->ignore_needs_ctx = FALSE;
|
||||
|
||||
GST_DEBUG_OBJECT (obj, "Could not roll edge %d to %" GST_TIME_FORMAT,
|
||||
edge, GST_TIME_ARGS (position));
|
||||
|
||||
return FALSE;
|
||||
ret = FALSE;
|
||||
goto done;
|
||||
}
|
||||
|
||||
gboolean
|
||||
|
|
Loading…
Reference in a new issue