for i in gstreamer-*; do mv $i `echo $i | sed -e 's/gstreamer/gst/'`; done
authorAndy Wingo <wingo@pobox.com>
Fri, 4 Jan 2002 19:46:40 +0000 (19:46 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 4 Jan 2002 19:46:40 +0000 (19:46 +0000)
commit441aeb13e9cbbb76d69af70813705e6c59a94d67
tree8732f4f70ef21cefba76a4ba86d3e83d11296e47
parentf8c3544379a9b4f51d610202732450d45418727e
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...
tools/Makefile.am
tools/gst-complete.1 [moved from tools/gstreamer-complete.1 with 100% similarity]
tools/gst-complete.c [moved from tools/gstreamer-complete.c with 100% similarity]
tools/gst-compprep.1 [moved from tools/gstreamer-compprep.1 with 100% similarity]
tools/gst-compprep.c [moved from tools/gstreamer-compprep.c with 100% similarity]
tools/gst-inspect.1 [moved from tools/gstreamer-inspect.1 with 100% similarity]
tools/gst-inspect.c [moved from tools/gstreamer-inspect.c with 100% similarity]
tools/gst-launch.1 [moved from tools/gstreamer-launch.1 with 100% similarity]
tools/gst-launch.c [moved from tools/gstreamer-launch.c with 100% similarity]
tools/gst-register.1 [moved from tools/gstreamer-register.1 with 100% similarity]
tools/gst-register.c [moved from tools/gstreamer-register.c with 100% similarity]