[clutter-gst] Rename test-video-texture-new-unref-loop to test-video-actor-new-unref-loop for consistency.



commit 95855810ddb45adae8179c8a558bdf23feaf6a6d
Author: Andre Moreira Magalhaes (andrunko) <andre magalhaes collabora co uk>
Date:   Wed Aug 22 11:59:22 2012 -0300

    Rename test-video-texture-new-unref-loop to test-video-actor-new-unref-loop for consistency.

 tests/.gitignore                                   |    2 +-
 tests/Makefile.am                                  |    8 ++++----
 ...ef-loop.c => test-video-actor-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
similarity index 100%
rename from tests/test-video-texture-new-unref-loop.c
rename to tests/test-video-actor-new-unref-loop.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]