ges: Move ges_clip_edit to GESContainer
authorThibault Saunier <thibault.saunier@collabora.com>
Fri, 28 Jun 2013 15:23:27 +0000 (11:23 -0400)
committerMathieu Duponchelle <mathieu.duponchelle@epitech.eu>
Tue, 9 Jul 2013 20:13:41 +0000 (22:13 +0200)
commit663f9884ef19aed79f144bca7a8f0df904157bc4
treefd0f690c985fe97c3e40e74fb31be2eaa08c3f58
parent87cfcca5e7f23668851729ffb689e5904c95199c
ges: Move ges_clip_edit to GESContainer

This exact same method will be needed in GESGroup, so we should have the method
in the common parent class.

API:
    - ges_clip_edit
    + ges_container_edit
    + GESContainer->edit vmethod
ges/ges-clip.c
ges/ges-clip.h
ges/ges-container.c
ges/ges-container.h
tests/benchmarks/timeline.c
tests/check/ges/layer.c
tests/check/ges/timelineedition.c