summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-08-22 11:59:22 -0300
committerLionel Landwerlin <llandwerlin@gmail.com>2013-03-18 16:24:18 +0000
commit95855810ddb45adae8179c8a558bdf23feaf6a6d (patch)
treeabb446dc03e617f487dbf1baba869d968f6d1926 /tests
parentbc24c2870c3a90cd4f6e136c291ad7c18c086f19 (diff)
downloadclutter-gst-95855810ddb45adae8179c8a558bdf23feaf6a6d.tar.gz
Rename test-video-texture-new-unref-loop to test-video-actor-new-unref-loop for consistency.
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore2
-rw-r--r--tests/Makefile.am8
-rw-r--r--tests/test-video-actor-new-unref-loop.c (renamed from tests/test-video-texture-new-unref-loop.c)0
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index e08520e..7f5dad5 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,5 +1,5 @@
test-alpha
test-rgb-upload
test-start-stop
-test-video-texture-new-unref-loop
+test-video-actor-new-unref-loop
test-yuv-upload
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 59fc3ba..1c62539 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -5,7 +5,7 @@ noinst_PROGRAMS = \
test-rgb-upload \
test-start-stop \
test-yuv-upload \
- test-video-texture-new-unref-loop \
+ test-video-actor-new-unref-loop \
$(NULL)
INCLUDES = -I$(top_srcdir) \
@@ -40,9 +40,9 @@ test_yuv_upload_LDFLAGS = \
$(GST_LIBS) \
$(top_builddir)/clutter-gst/libclutter-gst-@CLUTTER_GST_MAJORMINOR@.la
-test_video_texture_new_unref_loop_SOURCES = test-video-texture-new-unref-loop.c
-test_video_texture_new_unref_loop_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS)
-test_video_texture_new_unref_loop_LDFLAGS = \
+test_video_actor_new_unref_loop_SOURCES = test-video-actor-new-unref-loop.c
+test_video_actor_new_unref_loop_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS)
+test_video_actor_new_unref_loop_LDFLAGS = \
$(CLUTTER_GST_LIBS) \
$(GST_LIBS) \
$(top_builddir)/clutter-gst/libclutter-gst-@CLUTTER_GST_MAJORMINOR@.la
diff --git a/tests/test-video-texture-new-unref-loop.c b/tests/test-video-actor-new-unref-loop.c
index 5a611f2..5a611f2 100644
--- a/tests/test-video-texture-new-unref-loop.c
+++ b/tests/test-video-actor-new-unref-loop.c