summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2013-01-17 00:58:28 -0300
committerThibault Saunier <thibault.saunier@collabora.com>2013-02-15 14:42:04 -0300
commite3dc877c4b42157b17b13f9ca3b25493623609b6 (patch)
tree540f0b7b390b520a6bb5d16cd4d491cfe7eb5afb /tools
parent5da46b7658c58192c0d35d2c47a8664527b2e40e (diff)
Rename GESTimelineTestSource to GESTestSourceClip
Diffstat (limited to 'tools')
-rw-r--r--tools/ges-launch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ges-launch.c b/tools/ges-launch.c
index 71b4d0f..c58dfc6 100644
--- a/tools/ges-launch.c
+++ b/tools/ges-launch.c
@@ -160,7 +160,7 @@ create_timeline (int nbargs, gchar ** argv, gchar * audio, gchar * video)
guint64 duration = str_to_time (argv[(i * 3) + 2]);
if (!g_strcmp0 ("+pattern", source)) {
- obj = GES_CLIP (ges_timeline_test_source_new_for_nick (arg0));
+ obj = GES_CLIP (ges_test_clip_new_for_nick (arg0));
if (!obj) {
g_error ("%s is an invalid pattern name!\n", arg0);
goto build_failure;