Cleanup import of GNL and rename gnl to nle for Non Linear Engine
authorThibault Saunier <tsaunier@gnome.org>
Fri, 15 Aug 2014 13:48:14 +0000 (15:48 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 31 Oct 2014 10:58:12 +0000 (11:58 +0100)
commit11f9c6e1080e70d9e1ee21d813b561cd636f1521
treec1a9cd1f98f51179f3f4dba3adf793acc592421f
parentaa1ba05895de4cdc85320c60202a709bb5596bec
Cleanup import of GNL and rename gnl to nle for Non Linear Engine

Conflicts:
ges/ges-track-element.c
gnl/Makefile.am
gnl/common

Conflicts:
ges/ges-internal.h
ges/ges-track.c
ges/ges-utils.c
ges/nle/.gitignore
ges/nle/gnlmarshal.list
ges/nle/nle.h
ges/nle/nlecomposition.c
ges/nle/nlecomposition.h
ges/nle/nleghostpad.c
ges/nle/nleghostpad.h
ges/nle/nleobject.c
ges/nle/nleoperation.c
ges/nle/nleoperation.h
ges/nle/nlesource.c
ges/nle/nlesource.h
ges/nle/nletypes.h
ges/nle/nleurisource.c
ges/nle/nleurisource.h
gnl/Makefile.am
gnl/gnl.c
gnl/gnl.h
gnl/gnl/gnl.h
gnl/gnl/gnlcomposition.c
gnl/gnl/gnlcomposition.h
gnl/gnl/gnlghostpad.c
gnl/gnl/gnlghostpad.h
gnl/gnl/gnlmarshal.list
gnl/gnl/gnlobject.c
gnl/gnl/gnloperation.c
gnl/gnl/gnloperation.h
gnl/gnl/gnlsource.c
gnl/gnl/gnlsource.h
gnl/gnl/gnltypes.h
gnl/gnl/gnlurisource.c
gnl/gnl/gnlurisource.h
gnl/gnlcomposition.c
gnl/gnlcomposition.h
gnl/gnlghostpad.c
gnl/gnlghostpad.h
gnl/gnlmarshal.list
gnl/gnlobject.c
gnl/gnlobject.h
gnl/gnloperation.c
gnl/gnloperation.h
gnl/gnlsource.c
gnl/gnlsource.h
gnl/gnltypes.h
gnl/gnlurisource.c
gnl/gnlurisource.h
gnl/tests/check/gnl/common.c
gnl/tests/check/gnl/common.h
gnl/tests/check/gnl/complex.c
gnl/tests/check/gnl/gnlcomposition.c
gnl/tests/check/gnl/gnloperation.c
gnl/tests/check/gnl/gnlsource.c
gnl/tests/check/gnl/seek.c
gnl/tests/check/gnl/simple.c
tests/check/gnl/common.c
tests/check/gnl/common.h
tests/check/gnl/complex.c
tests/check/gnl/gnlcomposition.c
tests/check/gnl/gnloperation.c
tests/check/gnl/gnlsource.c
tests/check/gnl/seek.c
tests/check/gnl/simple.c
tests/check/nle/common.c
tests/check/nle/common.h
tests/check/nle/complex.c
tests/check/nle/nlecomposition.c
tests/check/nle/nleoperation.c
tests/check/nle/nlesource.c
tests/check/nle/seek.c
tests/check/nle/simple.c
60 files changed:
docs/libs/ges-sections.txt
docs/random/design
docs/random/lifecycle
docs/random/scenarios
ges/Makefile.am
ges/ges-audio-source.c
ges/ges-audio-transition.c
ges/ges-clip.c
ges/ges-clip.h
ges/ges-internal.h
ges/ges-layer.c
ges/ges-layer.h
ges/ges-operation.c
ges/ges-source.c
ges/ges-timeline.c
ges/ges-track-element.c
ges/ges-track-element.h
ges/ges-track.c
ges/ges-utils.c
ges/ges-video-source.c
ges/ges.c
ges/nle/.gitignore [new file with mode: 0644]
ges/nle/gnlmarshal.list [moved from gnl/gnlmarshal.list with 100% similarity]
ges/nle/nle.h [moved from gnl/gnl.h with 81% similarity]
ges/nle/nlecomposition.c [moved from gnl/gnlcomposition.c with 81% similarity]
ges/nle/nlecomposition.h [moved from gnl/gnlcomposition.h with 52% similarity]
ges/nle/nleghostpad.c [moved from gnl/gnlghostpad.c with 86% similarity]
ges/nle/nleghostpad.h [moved from gnl/gnlghostpad.h with 68% similarity]
ges/nle/nleobject.c [moved from gnl/gnlobject.c with 74% similarity]
ges/nle/nleobject.h [new file with mode: 0644]
ges/nle/nleoperation.c [moved from gnl/gnloperation.c with 78% similarity]
ges/nle/nleoperation.h [moved from gnl/gnloperation.h with 61% similarity]
ges/nle/nlesource.c [moved from gnl/gnlsource.c with 73% similarity]
ges/nle/nlesource.h [moved from gnl/gnlsource.h with 55% similarity]
ges/nle/nletypes.h [moved from gnl/gnltypes.h with 60% similarity]
ges/nle/nleurisource.c [moved from gnl/gnlurisource.c with 63% similarity]
ges/nle/nleurisource.h [moved from gnl/gnlurisource.h with 57% similarity]
gnl/Makefile.am [deleted file]
gnl/gnl.c [deleted file]
gnl/gnlobject.h [deleted file]
tests/check/Makefile.am
tests/check/ges/backgroundsource.c
tests/check/ges/clip.c
tests/check/ges/effects.c
tests/check/ges/layer.c
tests/check/ges/overlays.c
tests/check/ges/project.c
tests/check/ges/test-utils.h
tests/check/ges/titles.c
tests/check/ges/transition.c
tests/check/ges/uriclip.c
tests/check/nle/common.c [moved from tests/check/gnl/common.c with 88% similarity]
tests/check/nle/common.h [moved from tests/check/gnl/common.h with 89% similarity]
tests/check/nle/complex.c [moved from tests/check/gnl/complex.c with 90% similarity]
tests/check/nle/nlecomposition.c [moved from tests/check/gnl/gnlcomposition.c with 79% similarity]
tests/check/nle/nleoperation.c [moved from tests/check/gnl/gnloperation.c with 88% similarity]
tests/check/nle/nlesource.c [moved from tests/check/gnl/gnlsource.c with 86% similarity]
tests/check/nle/seek.c [moved from tests/check/gnl/seek.c with 92% similarity]
tests/check/nle/simple.c [moved from tests/check/gnl/simple.c with 92% similarity]
tests/examples/transition.c