ges-timeline: Document intentional case-fall-through

CID 1364754
This commit is contained in:
Sebastian Dröge 2017-02-28 15:36:46 +02:00
parent 7c117fe8e8
commit 58e8277a78

View file

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