mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
ges-timeline: Document intentional case-fall-through
CID 1364754
This commit is contained in:
parent
7c117fe8e8
commit
58e8277a78
1 changed files with 1 additions and 0 deletions
|
@ -1417,6 +1417,7 @@ ges_move_context_set_objects (GESTimeline * timeline, GESTrackElement * obj,
|
|||
|
||||
case GES_EDGE_END:
|
||||
moving_point = _START (obj) + _DURATION (obj);
|
||||
/* fall-through */
|
||||
case GES_EDGE_NONE: /* In this case only works for ripple */
|
||||
mv_ctx->max_trim_pos = G_MAXUINT64;
|
||||
|
||||
|
|
Loading…
Reference in a new issue