summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-08 22:28:15 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-08 22:28:15 -0500
commit8ae5eaec055820e31c1f0b1670b18210ab208fda (patch)
treee500b87da72b2c93589ad0bacbb0376595dda28f
parente03e7e757492f14692b6379dfe3defef3cbf6ccd (diff)
downloadgstreamer-plugins-bad-8ae5eaec055820e31c1f0b1670b18210ab208fda.tar.gz
Fix doc generation
This regression was caused by the renaming of plugin-sdp into plugin-sdpelem. The doc reference needed an update. Also, add the old xml to the cruft file list. https://bugzilla.gnome.org/show_bug.cgi?id=779344
-rw-r--r--Makefile.am1
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 53f1808b9..495dc8486 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,6 +55,7 @@ CRUFT_FILES = \
$(top_builddir)/gst-plugins-bad.spec \
$(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool \
+ $(top_builddir)/docs/plugins/xml/plugin-sdp.xml \
$(top_builddir)/ext/alsaspdif/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/ext/hls/.libs/libgstfragmented* \
$(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index 963c7068e..be0c0fab4 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -195,7 +195,7 @@
<xi:include href="xml/plugin-rawparse.xml" />
<xi:include href="xml/plugin-rfbsrc.xml" />
<xi:include href="xml/plugin-rtmp.xml" />
- <xi:include href="xml/plugin-sdp.xml" />
+ <xi:include href="xml/plugin-sdpelem.xml" />
<xi:include href="xml/plugin-shm.xml" />
<xi:include href="xml/plugin-soundtouch.xml" />
<xi:include href="xml/plugin-speed.xml" />