qtdemux: rename directory to quicktime to match plugin name
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 17:25:34 +0000 (18:25 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 18:29:56 +0000 (19:29 +0100)
In preparation for qtmux moving to -good.

22 files changed:
Android.mk
configure.ac
docs/plugins/Makefile.am
docs/plugins/inspect/plugin-quicktime.xml
gst/quicktime/LEGAL [moved from gst/qtdemux/LEGAL with 100% similarity]
gst/quicktime/Makefile.am [moved from gst/qtdemux/Makefile.am with 100% similarity]
gst/quicktime/gstrtpxqtdepay.c [moved from gst/qtdemux/gstrtpxqtdepay.c with 100% similarity]
gst/quicktime/gstrtpxqtdepay.h [moved from gst/qtdemux/gstrtpxqtdepay.h with 100% similarity]
gst/quicktime/qtatomparser.h [moved from gst/qtdemux/qtatomparser.h with 100% similarity]
gst/quicktime/qtdemux.c [moved from gst/qtdemux/qtdemux.c with 100% similarity]
gst/quicktime/qtdemux.h [moved from gst/qtdemux/qtdemux.h with 100% similarity]
gst/quicktime/qtdemux.vcproj [moved from gst/qtdemux/qtdemux.vcproj with 100% similarity]
gst/quicktime/qtdemux_dump.c [moved from gst/qtdemux/qtdemux_dump.c with 100% similarity]
gst/quicktime/qtdemux_dump.h [moved from gst/qtdemux/qtdemux_dump.h with 100% similarity]
gst/quicktime/qtdemux_fourcc.h [moved from gst/qtdemux/qtdemux_fourcc.h with 100% similarity]
gst/quicktime/qtdemux_lang.c [moved from gst/qtdemux/qtdemux_lang.c with 100% similarity]
gst/quicktime/qtdemux_lang.h [moved from gst/qtdemux/qtdemux_lang.h with 100% similarity]
gst/quicktime/qtdemux_types.c [moved from gst/qtdemux/qtdemux_types.c with 100% similarity]
gst/quicktime/qtdemux_types.h [moved from gst/qtdemux/qtdemux_types.h with 100% similarity]
gst/quicktime/qtpalette.h [moved from gst/qtdemux/qtpalette.h with 100% similarity]
gst/quicktime/quicktime.c [moved from gst/qtdemux/quicktime.c with 100% similarity]
po/POTFILES.in

index ac02ac3..ec38092 100644 (file)
@@ -28,7 +28,7 @@ GST_PLUGINS_GOOD_BUILT_SOURCES = \
        gst/matroska/Android.mk         \
        gst/multifile/Android.mk        \
        gst/multipart/Android.mk        \
-       gst/qtdemux/Android.mk          \
+       gst/quicktime/Android.mk        \
        gst/replaygain/Android.mk       \
        gst/rtp/Android.mk              \
        gst/rtpmanager/Android.mk       \
@@ -94,7 +94,7 @@ CONFIGURE_TARGETS += gst-plugins-good-configure
 -include $(GST_PLUGINS_GOOD_TOP)/gst/matroska/Android.mk
 -include $(GST_PLUGINS_GOOD_TOP)/gst/multifile/Android.mk
 -include $(GST_PLUGINS_GOOD_TOP)/gst/multipart/Android.mk
--include $(GST_PLUGINS_GOOD_TOP)/gst/qtdemux/Android.mk
+-include $(GST_PLUGINS_GOOD_TOP)/gst/quicktime/Android.mk
 -include $(GST_PLUGINS_GOOD_TOP)/gst/replaygain/Android.mk
 -include $(GST_PLUGINS_GOOD_TOP)/gst/rtp/Android.mk
 -include $(GST_PLUGINS_GOOD_TOP)/gst/rtpmanager/Android.mk
index 7f6996e..8f0b052 100644 (file)
@@ -346,7 +346,7 @@ AG_GST_CHECK_PLUGIN(matroska)
 AG_GST_CHECK_PLUGIN(monoscope)
 AG_GST_CHECK_PLUGIN(multifile)
 AG_GST_CHECK_PLUGIN(multipart)
-AG_GST_CHECK_PLUGIN(qtdemux)
+AG_GST_CHECK_PLUGIN(quicktime)
 AG_GST_CHECK_PLUGIN(replaygain)
 AG_GST_CHECK_PLUGIN(rtp)
 AG_GST_CHECK_PLUGIN(rtpmanager)
@@ -1159,7 +1159,7 @@ gst/matroska/Makefile
 gst/monoscope/Makefile
 gst/multifile/Makefile
 gst/multipart/Makefile
-gst/qtdemux/Makefile
+gst/quicktime/Makefile
 gst/replaygain/Makefile
 gst/rtp/Makefile
 gst/rtpmanager/Makefile
index 1ac1ebf..6b599d3 100644 (file)
@@ -190,7 +190,7 @@ EXTRA_HFILES = \
        $(top_srcdir)/gst/multifile/gstmultifilesrc.h \
        $(top_srcdir)/gst/multipart/multipartdemux.h \
        $(top_srcdir)/gst/multipart/multipartmux.h \
-       $(top_srcdir)/gst/qtdemux/qtdemux.h \
+       $(top_srcdir)/gst/quicktime/qtdemux.h \
        $(top_srcdir)/gst/replaygain/gstrganalysis.h \
        $(top_srcdir)/gst/replaygain/gstrglimiter.h \
        $(top_srcdir)/gst/replaygain/gstrgvolume.h \
index f9b9816..c36c6c9 100644 (file)
@@ -1,7 +1,7 @@
 <plugin>
   <name>quicktime</name>
   <description>Quicktime support</description>
-  <filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
+  <filename>../../gst/quicktime/.libs/libgstqtdemux.so</filename>
   <basename>libgstqtdemux.so</basename>
   <version>0.10.28.1</version>
   <license>LGPL</license>
similarity index 100%
rename from gst/qtdemux/LEGAL
rename to gst/quicktime/LEGAL
index ea9a35d..5424a03 100644 (file)
@@ -9,7 +9,7 @@ ext/wavpack/gstwavpackparse.c
 gconf/gstreamer.schemas.in
 gst/avi/gstavidemux.c
 gst/avi/gstavimux.c
-gst/qtdemux/qtdemux.c
+gst/quicktime/qtdemux.c
 gst/rtsp/gstrtspsrc.c
 gst/wavparse/gstwavparse.c
 sys/oss/gstossmixer.c