summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-08 22:15:46 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-08 22:17:27 -0500
commit7d2cf928abd5784ba8dc3a73f0eb0fc9e61ba601 (patch)
tree1b253cf76d034c95d5171c426063bbe9c53bac79
parentca0ed8a134f1d26083e6f89636493df89ff29cff (diff)
Fix shout2 plugin doc generation
In the previous patch, we also renamed shout2send to shout2, so it does not clash with it's feature. Though we forgot to rename it in the doc reference. This patch also add a cruft detection on the xml that made me miss this error. https://bugzilla.gnome.org/show_bug.cgi?id=779344
-rw-r--r--Makefile.am1
-rw-r--r--docs/plugins/gst-plugins-good-plugins-docs.sgml2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index eedd9d021..97950ea7c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,7 @@ CRUFT_FILES = \
$(top_builddir)/win32/common/config.h-new \
$(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool \
+ $(top_builddir)/docs/plugins/xml/plugin-shout2send.xml \
$(top_builddir)/gst/median/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/qtdemux/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/quicktime/.libs/*.{so,dll,DLL,dylib} \
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml
index 0d0be62ab..2a898423e 100644
--- a/docs/plugins/gst-plugins-good-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml
@@ -343,7 +343,7 @@
<xi:include href="xml/plugin-rtp.xml" />
<xi:include href="xml/plugin-rtsp.xml" />
<xi:include href="xml/plugin-shapewipe.xml" />
- <xi:include href="xml/plugin-shout2send.xml" />
+ <xi:include href="xml/plugin-shout2.xml" />
<xi:include href="xml/plugin-smpte.xml" />
<xi:include href="xml/plugin-soup.xml" />
<xi:include href="xml/plugin-spectrum.xml" />