[aravis] gst: renaming to be consistent with the other gstreamer plugins.



commit 9cef1b7da4098e5595237664c7450e7d09d48d52
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Thu Apr 22 19:02:23 2010 +0200

    gst: renaming to be consistent with the other gstreamer plugins.

 gst/Makefile.am               |   14 +++++++-------
 gst/arv-gst-test              |    3 ---
 gst/arv-gst-test-theora       |    3 ---
 gst/gst-aravis-test           |    3 +++
 gst/gst-aravis-test-theora    |    3 +++
 gst/{arvgst.c => gstaravis.c} |    2 +-
 gst/{arvgst.h => gstaravis.h} |    0
 7 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/gst/Makefile.am b/gst/Makefile.am
index bd8ffc8..fcedae2 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -12,17 +12,17 @@ AM_CFLAGS =\
 
 if ARAVIS_WITH_GSTREAMER
 
-lib_LTLIBRARIES = libaravis-gst.la
+lib_LTLIBRARIES = libgstaravis.la
 
-libaravis_gst_la_LIBADD =			\
+libgstaravis_la_LIBADD =			\
 	$(ARAVIS_LIBS)
 
-libaravis_gst_la_SOURCES =			\
-	arvgst.c
+libgstaravis_la_SOURCES =			\
+	gstaravis.c
 
-libaravis_gst_la_HEADERS =			\
-	arvgst.h
+libgstaravis_la_HEADERS =			\
+	gstaravis.h
 
-libaravis_gst_ladir = $(includedir)/aravis
+libgstaravis_ladir = $(includedir)/aravis
 
 endif
diff --git a/gst/gst-aravis-test b/gst/gst-aravis-test
new file mode 100755
index 0000000..7f54702
--- /dev/null
+++ b/gst/gst-aravis-test
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+LD_PRELOAD=../src/.libs/libaravis.so gst-launch-0.10 --gst-plugin-load=.libs/libgstaravis.so -v aravissrc width=256 height=256 ! ffmpegcolorspace ! autovideosink
diff --git a/gst/gst-aravis-test-theora b/gst/gst-aravis-test-theora
new file mode 100755
index 0000000..d58b933
--- /dev/null
+++ b/gst/gst-aravis-test-theora
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+LD_PRELOAD=../src/.libs/libaravis.so gst-launch-0.10 --gst-plugin-load=.libs/libgstaravis.so -v aravissrc width=256 height=256 ! ffmpegcolorspace ! theoraenc bitrate=150 ! udpsink host=127.0.0.1 port=1234
diff --git a/gst/arvgst.c b/gst/gstaravis.c
similarity index 99%
rename from gst/arvgst.c
rename to gst/gstaravis.c
index 95bdf59..5e2df2c 100644
--- a/gst/arvgst.c
+++ b/gst/gstaravis.c
@@ -33,7 +33,7 @@
  * </refsect2>
  */
 
-#include <arvgst.h>
+#include <gstaravis.h>
 #include <time.h>
 #include <string.h>
 
diff --git a/gst/arvgst.h b/gst/gstaravis.h
similarity index 100%
rename from gst/arvgst.h
rename to gst/gstaravis.h



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