docs/plugins/gst-plugins-good-plugins-docs.sgml: There is no taglibmux element ...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 22 Aug 2006 17:20:41 +0000 (17:20 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 22 Aug 2006 17:20:41 +0000 (17:20 +0000)
Original commit message from CVS:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
There is no taglibmux element ...
* gst/rtsp/gstrtspsrc.c:
Use '%' rather than '&perc;' in gtk-doc blurb, docs build
was complaining about unknown entity here.

ChangeLog
docs/plugins/gst-plugins-good-plugins-docs.sgml
gst/rtsp/gstrtspsrc.c

index ca28b56..195ac94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+         There is no taglibmux element ...
+
+       * gst/rtsp/gstrtspsrc.c:
+         Use '%' rather than '&perc;' in gtk-doc blurb, docs build
+         was complaining about unknown entity here.
+
 2006-08-22  Wim Taymans  <wim@fluendo.com>
 
        * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
index 2630640..2182a6d 100644 (file)
@@ -46,7 +46,6 @@
     <xi:include href="xml/element-rtpdec.xml" />
     <xi:include href="xml/element-smokedec.xml" />
     <xi:include href="xml/element-smokeenc.xml" />
-    <xi:include href="xml/element-taglibmux.xml" />
     <xi:include href="xml/element-udpsrc.xml" />
     <xi:include href="xml/element-videobalance.xml" />
     <xi:include href="xml/element-videoflip.xml" />
index b32da11..a24b26b 100644 (file)
@@ -33,7 +33,7 @@
  * </para>
  * <para>
  * rtspsrc currently understands SDP as the format of the session description.
- * For each stream listed in the SDP a new rtp_stream&perc;d pad will be created
+ * For each stream listed in the SDP a new rtp_stream%d pad will be created
  * with caps derived from the SDP media description. This is a caps of mime type
  * "application/x-rtp" that can be connected to any available rtp depayloader
  * element.