diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-03-08 22:15:46 -0500 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-03-08 22:17:27 -0500 |
commit | 7d2cf928abd5784ba8dc3a73f0eb0fc9e61ba601 (patch) | |
tree | 1b253cf76d034c95d5171c426063bbe9c53bac79 /docs | |
parent | ca0ed8a134f1d26083e6f89636493df89ff29cff (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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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" /> |