summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-04-15 16:03:27 +0300
committerStefan Kost <ensonic@users.sf.net>2009-04-15 16:13:34 +0300
commit7be792fa138dcb4634eb893074042b7440e56594 (patch)
tree4596cdc55fb0deae89c906515bcb72c3af662a74
parent99fcc86ee441d34752b39e382014d5a8a5cb04b0 (diff)
debug: rename debug to debugutils to avoid clash with --disable-debug. Fixes #562168
-rw-r--r--configure.ac4
-rw-r--r--docs/plugins/Makefile.am4
-rw-r--r--gst/debugutils/Makefile.am (renamed from gst/debug/Makefile.am)0
-rw-r--r--gst/debugutils/breakmydata.c (renamed from gst/debug/breakmydata.c)0
-rw-r--r--gst/debugutils/debug.vcproj (renamed from gst/debug/debug.vcproj)0
-rw-r--r--gst/debugutils/efence.c (renamed from gst/debug/efence.c)0
-rw-r--r--gst/debugutils/efence.h (renamed from gst/debug/efence.h)0
-rw-r--r--gst/debugutils/efence.vcproj (renamed from gst/debug/efence.vcproj)0
-rw-r--r--gst/debugutils/gstdebug.c (renamed from gst/debug/gstdebug.c)0
-rw-r--r--gst/debugutils/gstnavigationtest.c (renamed from gst/debug/gstnavigationtest.c)0
-rw-r--r--gst/debugutils/gstnavigationtest.h (renamed from gst/debug/gstnavigationtest.h)0
-rw-r--r--gst/debugutils/gstnavseek.c (renamed from gst/debug/gstnavseek.c)0
-rw-r--r--gst/debugutils/gstnavseek.h (renamed from gst/debug/gstnavseek.h)0
-rw-r--r--gst/debugutils/gstpushfilesrc.c (renamed from gst/debug/gstpushfilesrc.c)0
-rw-r--r--gst/debugutils/gstpushfilesrc.h (renamed from gst/debug/gstpushfilesrc.h)0
-rw-r--r--gst/debugutils/gsttaginject.c (renamed from gst/debug/gsttaginject.c)0
-rw-r--r--gst/debugutils/gsttaginject.h (renamed from gst/debug/gsttaginject.h)0
-rw-r--r--gst/debugutils/navigationtest.vcproj (renamed from gst/debug/navigationtest.vcproj)0
-rw-r--r--gst/debugutils/negotiation.c (renamed from gst/debug/negotiation.c)0
-rw-r--r--gst/debugutils/progressreport.c (renamed from gst/debug/progressreport.c)0
-rw-r--r--gst/debugutils/progressreport.h (renamed from gst/debug/progressreport.h)0
-rw-r--r--gst/debugutils/rndbuffersize.c (renamed from gst/debug/rndbuffersize.c)0
-rw-r--r--gst/debugutils/testplugin.c (renamed from gst/debug/testplugin.c)0
-rw-r--r--gst/debugutils/tests.c (renamed from gst/debug/tests.c)0
-rw-r--r--gst/debugutils/tests.h (renamed from gst/debug/tests.h)0
25 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 3a4fd2d0..bb12f78d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -290,7 +290,7 @@ AG_GST_CHECK_PLUGIN(auparse)
AG_GST_CHECK_PLUGIN(autodetect)
AG_GST_CHECK_PLUGIN(avi)
AG_GST_CHECK_PLUGIN(cutter)
-AG_GST_CHECK_PLUGIN(debug)
+AG_GST_CHECK_PLUGIN(debugutils)
AG_GST_CHECK_PLUGIN(effectv)
AG_GST_CHECK_PLUGIN(equalizer)
AG_GST_CHECK_PLUGIN(id3demux)
@@ -1065,7 +1065,7 @@ gst/auparse/Makefile
gst/autodetect/Makefile
gst/avi/Makefile
gst/cutter/Makefile
-gst/debug/Makefile
+gst/debugutils/Makefile
gst/effectv/Makefile
gst/equalizer/Makefile
gst/id3demux/Makefile
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 753fd1b7..478d04b6 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -135,8 +135,8 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/avi/gstavimux.h \
$(top_srcdir)/gst/avi/gstavisubtitle.h \
$(top_srcdir)/gst/cutter/gstcutter.h \
- $(top_srcdir)/gst/debug/gsttaginject.h \
- $(top_srcdir)/gst/debug/progressreport.h \
+ $(top_srcdir)/gst/debugutils/gsttaginject.h \
+ $(top_srcdir)/gst/debugutils/progressreport.h \
$(top_srcdir)/gst/equalizer/gstiirequalizer.h \
$(top_srcdir)/gst/equalizer/gstiirequalizer3bands.h \
$(top_srcdir)/gst/equalizer/gstiirequalizer10bands.h \
diff --git a/gst/debug/Makefile.am b/gst/debugutils/Makefile.am
index 8c53cdf3..8c53cdf3 100644
--- a/gst/debug/Makefile.am
+++ b/gst/debugutils/Makefile.am
diff --git a/gst/debug/breakmydata.c b/gst/debugutils/breakmydata.c
index 63e30b6c..63e30b6c 100644
--- a/gst/debug/breakmydata.c
+++ b/gst/debugutils/breakmydata.c
diff --git a/gst/debug/debug.vcproj b/gst/debugutils/debug.vcproj
index 3093ae7b..3093ae7b 100644
--- a/gst/debug/debug.vcproj
+++ b/gst/debugutils/debug.vcproj
diff --git a/gst/debug/efence.c b/gst/debugutils/efence.c
index a46bf1ac..a46bf1ac 100644
--- a/gst/debug/efence.c
+++ b/gst/debugutils/efence.c
diff --git a/gst/debug/efence.h b/gst/debugutils/efence.h
index 7c4acb5d..7c4acb5d 100644
--- a/gst/debug/efence.h
+++ b/gst/debugutils/efence.h
diff --git a/gst/debug/efence.vcproj b/gst/debugutils/efence.vcproj
index c01fcd28..c01fcd28 100644
--- a/gst/debug/efence.vcproj
+++ b/gst/debugutils/efence.vcproj
diff --git a/gst/debug/gstdebug.c b/gst/debugutils/gstdebug.c
index 53f24d50..53f24d50 100644
--- a/gst/debug/gstdebug.c
+++ b/gst/debugutils/gstdebug.c
diff --git a/gst/debug/gstnavigationtest.c b/gst/debugutils/gstnavigationtest.c
index 5c339252..5c339252 100644
--- a/gst/debug/gstnavigationtest.c
+++ b/gst/debugutils/gstnavigationtest.c
diff --git a/gst/debug/gstnavigationtest.h b/gst/debugutils/gstnavigationtest.h
index efdbb228..efdbb228 100644
--- a/gst/debug/gstnavigationtest.h
+++ b/gst/debugutils/gstnavigationtest.h
diff --git a/gst/debug/gstnavseek.c b/gst/debugutils/gstnavseek.c
index c47bf42f..c47bf42f 100644
--- a/gst/debug/gstnavseek.c
+++ b/gst/debugutils/gstnavseek.c
diff --git a/gst/debug/gstnavseek.h b/gst/debugutils/gstnavseek.h
index af7e9d21..af7e9d21 100644
--- a/gst/debug/gstnavseek.h
+++ b/gst/debugutils/gstnavseek.h
diff --git a/gst/debug/gstpushfilesrc.c b/gst/debugutils/gstpushfilesrc.c
index 47daa83e..47daa83e 100644
--- a/gst/debug/gstpushfilesrc.c
+++ b/gst/debugutils/gstpushfilesrc.c
diff --git a/gst/debug/gstpushfilesrc.h b/gst/debugutils/gstpushfilesrc.h
index d9333444..d9333444 100644
--- a/gst/debug/gstpushfilesrc.h
+++ b/gst/debugutils/gstpushfilesrc.h
diff --git a/gst/debug/gsttaginject.c b/gst/debugutils/gsttaginject.c
index 3429fb14..3429fb14 100644
--- a/gst/debug/gsttaginject.c
+++ b/gst/debugutils/gsttaginject.c
diff --git a/gst/debug/gsttaginject.h b/gst/debugutils/gsttaginject.h
index 8e8de1ee..8e8de1ee 100644
--- a/gst/debug/gsttaginject.h
+++ b/gst/debugutils/gsttaginject.h
diff --git a/gst/debug/navigationtest.vcproj b/gst/debugutils/navigationtest.vcproj
index 0bcc0ff7..0bcc0ff7 100644
--- a/gst/debug/navigationtest.vcproj
+++ b/gst/debugutils/navigationtest.vcproj
diff --git a/gst/debug/negotiation.c b/gst/debugutils/negotiation.c
index 12082273..12082273 100644
--- a/gst/debug/negotiation.c
+++ b/gst/debugutils/negotiation.c
diff --git a/gst/debug/progressreport.c b/gst/debugutils/progressreport.c
index 8f2547b3..8f2547b3 100644
--- a/gst/debug/progressreport.c
+++ b/gst/debugutils/progressreport.c
diff --git a/gst/debug/progressreport.h b/gst/debugutils/progressreport.h
index 92886b29..92886b29 100644
--- a/gst/debug/progressreport.h
+++ b/gst/debugutils/progressreport.h
diff --git a/gst/debug/rndbuffersize.c b/gst/debugutils/rndbuffersize.c
index 7a8abd6b..7a8abd6b 100644
--- a/gst/debug/rndbuffersize.c
+++ b/gst/debugutils/rndbuffersize.c
diff --git a/gst/debug/testplugin.c b/gst/debugutils/testplugin.c
index dbb1e618..dbb1e618 100644
--- a/gst/debug/testplugin.c
+++ b/gst/debugutils/testplugin.c
diff --git a/gst/debug/tests.c b/gst/debugutils/tests.c
index cd382782..cd382782 100644
--- a/gst/debug/tests.c
+++ b/gst/debugutils/tests.c
diff --git a/gst/debug/tests.h b/gst/debugutils/tests.h
index 9926af62..9926af62 100644
--- a/gst/debug/tests.h
+++ b/gst/debugutils/tests.h