[vlmc-devel] Remove ClipHelper and use Clip instead

Yikai Lu git at videolan.org
Wed Jun 1 18:15:07 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sun May  8 21:10:25 2016 +0900| [c41435d40c06e58d91180038f5d271228d137911] | committer: Hugo Beauzée-Luyssen

Remove ClipHelper and use Clip instead

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> https://code.videolan.org/videolan/vlmc/commit/c41435d40c06e58d91180038f5d271228d137911
---

 src/CMakeLists.txt                             |  1 -
 src/Commands/Commands.cpp                      | 65 +++++++++--------
 src/Commands/Commands.h                        | 23 +++---
 src/Gui/timeline/AbstractGraphicsMediaItem.cpp | 55 ++++++--------
 src/Gui/timeline/AbstractGraphicsMediaItem.h   |  8 +--
 src/Gui/timeline/GraphicsAudioItem.cpp         | 17 +----
 src/Gui/timeline/GraphicsAudioItem.h           |  1 -
 src/Gui/timeline/GraphicsMovieItem.cpp         | 14 +---
 src/Gui/timeline/GraphicsMovieItem.h           |  4 +-
 src/Gui/timeline/Timeline.cpp                  |  1 -
 src/Gui/timeline/Timeline.h                    |  2 +-
 src/Gui/timeline/TracksScene.cpp               |  7 +-
 src/Gui/timeline/TracksView.cpp                | 51 +++++++------
 src/Gui/timeline/TracksView.h                  |  4 +-
 src/Media/Clip.h                               |  2 -
 src/Renderer/ClipSmemRenderer.cpp              | 16 ++---
 src/Renderer/ClipSmemRenderer.h                |  4 +-
 src/Renderer/WorkflowRenderer.h                |  2 +-
 src/Workflow/ClipHelper.cpp                    | 99 --------------------------
 src/Workflow/ClipHelper.h                      | 79 --------------------
 src/Workflow/ClipWorkflow.cpp                  | 23 +++---
 src/Workflow/ClipWorkflow.h                    | 15 ++--
 src/Workflow/MainWorkflow.cpp                  |  7 +-
 src/Workflow/MainWorkflow.h                    | 12 ++--
 src/Workflow/TrackWorkflow.cpp                 | 81 +++++++++++----------
 src/Workflow/TrackWorkflow.h                   |  6 +-
 26 files changed, 181 insertions(+), 418 deletions(-)

Diff:   https://code.videolan.org/videolan/vlmc/commit/c41435d40c06e58d91180038f5d271228d137911


More information about the Vlmc-devel mailing list