summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-01-04 19:46:40 +0000
committerAndy Wingo <wingo@pobox.com>2002-01-04 19:46:40 +0000
commit441aeb13e9cbbb76d69af70813705e6c59a94d67 (patch)
tree8732f4f70ef21cefba76a4ba86d3e83d11296e47
parentf8c3544379a9b4f51d610202732450d45418727e (diff)
downloadgstreamer-441aeb13e9cbbb76d69af70813705e6c59a94d67.tar.gz
for i in gstreamer-*; do mv $i `echo $i | sed -e 's/gstreamer/gst/'`; done
Original commit message from CVS: for i in gstreamer-*; do mv $i `echo $i | sed -e 's/gstreamer/gst/'`; done *THIS CHANGES PROGRAM NAMES* gstreamer-register -> gst-register et al no one expressed objections to this over a two-day period, so i went ahead and did it this can be reverted if folks complain too much...
-rw-r--r--tools/Makefile.am34
-rw-r--r--tools/gst-complete.1 (renamed from tools/gstreamer-complete.1)0
-rw-r--r--tools/gst-complete.c (renamed from tools/gstreamer-complete.c)0
-rw-r--r--tools/gst-compprep.1 (renamed from tools/gstreamer-compprep.1)0
-rw-r--r--tools/gst-compprep.c (renamed from tools/gstreamer-compprep.c)0
-rw-r--r--tools/gst-inspect.1 (renamed from tools/gstreamer-inspect.1)0
-rw-r--r--tools/gst-inspect.c (renamed from tools/gstreamer-inspect.c)0
-rw-r--r--tools/gst-launch.1 (renamed from tools/gstreamer-launch.1)0
-rw-r--r--tools/gst-launch.c (renamed from tools/gstreamer-launch.c)0
-rw-r--r--tools/gst-register.1 (renamed from tools/gstreamer-register.1)0
-rw-r--r--tools/gst-register.c (renamed from tools/gstreamer-register.c)0
11 files changed, 17 insertions, 17 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 9fe2cfdfc3..f694b65c58 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,41 +1,41 @@
if GST_DISABLE_REGISTRY
GST_REGISTRY_SRC =
else
-GST_REGISTRY_SRC = gstreamer-register
+GST_REGISTRY_SRC = gst-register
endif
if GST_DISABLE_LOADSAVE
GST_LOADSAVE_SRC =
else
-GST_LOADSAVE_SRC = gstreamer-compprep
+GST_LOADSAVE_SRC = gst-compprep
endif
-bin_PROGRAMS = gstreamer-launch \
+bin_PROGRAMS = gst-launch \
$(GST_REGISTRY_SRC) \
- gstreamer-inspect \
+ gst-inspect \
$(GST_LOADSAVE_SRC) \
- gstreamer-complete
+ gst-complete
-man_MANS = gstreamer-launch.1 gstreamer-register.1 gstreamer-inspect.1 \
- gstreamer-complete.1 gstreamer-compprep.1
+man_MANS = gst-launch.1 gst-register.1 gst-inspect.1 \
+ gst-complete.1 gst-compprep.1
-gstreamer_launch_LDADD = $(GST_LIBS) #-lefence
-gstreamer_launch_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
+gst_launch_LDADD = $(GST_LIBS) #-lefence
+gst_launch_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
if !GST_DISABLE_REGISTRY
-gstreamer_register_LDADD = $(GST_LIBS)
-gstreamer_register_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
+gst_register_LDADD = $(GST_LIBS)
+gst_register_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
endif
-gstreamer_inspect_LDADD = $(GST_LIBS)
-gstreamer_inspect_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
+gst_inspect_LDADD = $(GST_LIBS)
+gst_inspect_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
-gstreamer_complete_LDADD = $(GST_LIBS)
-gstreamer_complete_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
+gst_complete_LDADD = $(GST_LIBS)
+gst_complete_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
if !GST_DISABLE_LOADSAVE
-gstreamer_compprep_LDADD = $(GST_LIBS)
-gstreamer_compprep_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
+gst_compprep_LDADD = $(GST_LIBS)
+gst_compprep_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
endif
EXTRA_DIST = $(man_MANS)
diff --git a/tools/gstreamer-complete.1 b/tools/gst-complete.1
index a7af9c640d..a7af9c640d 100644
--- a/tools/gstreamer-complete.1
+++ b/tools/gst-complete.1
diff --git a/tools/gstreamer-complete.c b/tools/gst-complete.c
index fbae2713de..fbae2713de 100644
--- a/tools/gstreamer-complete.c
+++ b/tools/gst-complete.c
diff --git a/tools/gstreamer-compprep.1 b/tools/gst-compprep.1
index f671460323..f671460323 100644
--- a/tools/gstreamer-compprep.1
+++ b/tools/gst-compprep.1
diff --git a/tools/gstreamer-compprep.c b/tools/gst-compprep.c
index d079da65a8..d079da65a8 100644
--- a/tools/gstreamer-compprep.c
+++ b/tools/gst-compprep.c
diff --git a/tools/gstreamer-inspect.1 b/tools/gst-inspect.1
index 89a54bac1c..89a54bac1c 100644
--- a/tools/gstreamer-inspect.1
+++ b/tools/gst-inspect.1
diff --git a/tools/gstreamer-inspect.c b/tools/gst-inspect.c
index db845535a0..db845535a0 100644
--- a/tools/gstreamer-inspect.c
+++ b/tools/gst-inspect.c
diff --git a/tools/gstreamer-launch.1 b/tools/gst-launch.1
index 2996e152aa..2996e152aa 100644
--- a/tools/gstreamer-launch.1
+++ b/tools/gst-launch.1
diff --git a/tools/gstreamer-launch.c b/tools/gst-launch.c
index 415d830581..415d830581 100644
--- a/tools/gstreamer-launch.c
+++ b/tools/gst-launch.c
diff --git a/tools/gstreamer-register.1 b/tools/gst-register.1
index 9edf9bee94..9edf9bee94 100644
--- a/tools/gstreamer-register.1
+++ b/tools/gst-register.1
diff --git a/tools/gstreamer-register.c b/tools/gst-register.c
index 32540f417c..32540f417c 100644
--- a/tools/gstreamer-register.c
+++ b/tools/gst-register.c