mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
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
This commit is contained in:
parent
ca0ed8a134
commit
7d2cf928ab
2 changed files with 2 additions and 1 deletions
|
@ -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} \
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue