diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-08-21 19:02:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-08-21 19:02:13 +0000 |
commit | 5fc2b326081d07e12c128896667829c45aeb7ea0 (patch) | |
tree | 80a9a5c2a93401f6452df3d2cc165994fd9278f4 /docs | |
parent | 930762e6bdd2246add6e20fa4cd8741e0764836f (diff) | |
download | gst-plugins-bad-5fc2b326081d07e12c128896667829c45aeb7ea0.tar.gz gst-plugins-bad-5fc2b326081d07e12c128896667829c45aeb7ea0.tar.bz2 gst-plugins-bad-5fc2b326081d07e12c128896667829c45aeb7ea0.zip |
move gdp plugin to good.
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/gdp/Makefile.am:
* gst/gdp/gstgdp.c:
* gst/gdp/gstgdpdepay.c:
* gst/gdp/gstgdpdepay.h:
* gst/gdp/gstgdppay.c:
* gst/gdp/gstgdppay.h:
* tests/check/Makefile.am:
* tests/check/elements/gdpdepay.c:
* tests/check/elements/gdppay.c:
move gdp plugin to good.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 16 |
3 files changed, 0 insertions, 21 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index a94cafe2..28ce1435 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -86,8 +86,6 @@ EXAMPLE_CFILES = \ $(top_srcdir)/ext/directfb/dfb-example.c EXTRA_HFILES = \ - $(top_srcdir)/gst/gdp/gstgdpdepay.h \ - $(top_srcdir)/gst/gdp/gstgdppay.h \ $(top_srcdir)/ext/directfb/dfbvideosink.h \ $(top_srcdir)/ext/musicbrainz/gsttrm.h diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 0063bce3..d4ae3d01 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -14,8 +14,6 @@ <title>gst-plugins-bad Elements</title> <xi:include href="xml/element-dfbvideosink.xml" /> - <xi:include href="xml/element-gdppay.xml" /> - <xi:include href="xml/element-gdpdepay.xml" /> <xi:include href="xml/element-trm.xml" /> </chapter> @@ -27,7 +25,6 @@ <xi:include href="xml/plugin-dfbvideosink.xml" /> <xi:include href="xml/plugin-faad.xml" /> <xi:include href="xml/plugin-freeze.xml" /> - <xi:include href="xml/plugin-gdp.xml" /> <xi:include href="xml/plugin-glimagesink.xml" /> <xi:include href="xml/plugin-gsm.xml" /> <xi:include href="xml/plugin-h264parse.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 1166bd99..ed069cab 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -1,20 +1,4 @@ <SECTION> -<FILE>element-gdpdepay</FILE> -GstGDPDepay -<TITLE>gdpdepay</TITLE> -<SUBSECTION Standard> -GstGDPDepayClass -</SECTION> - -<SECTION> -<FILE>element-gdppay</FILE> -GstGDPPay -<TITLE>gdppay</TITLE> -<SUBSECTION Standard> -GstGDPPayClass -</SECTION> - -<SECTION> <FILE>element-dfbvideosink</FILE> GstDfbVideoSink <TITLE>dfbvideosink</TITLE> |