Skip to content
  • Jonas Ådahl's avatar
    plugins/default: Hold reference on timelines while stopping · fb6e2743
    Jonas Ådahl authored
    We get implicit, thus auto-removed, transitions, then manage them
    manually by stopping them and emitting "completed" signals. This doesn't
    work since they are removed and freed when stopped. To be able to emit
    the "completed" signal, hold a reference while stopping, so that we
    still can emit the signal as before.
    
    !828
    fb6e2743