From 04895ee2ca48224c122ce2fcd8c63a287b357719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 22 Aug 2006 17:20:41 +0000 Subject: [PATCH] docs/plugins/gst-plugins-good-plugins-docs.sgml: There is no taglibmux element ... 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 | 9 +++++++++ docs/plugins/gst-plugins-good-plugins-docs.sgml | 1 - gst/rtsp/gstrtspsrc.c | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca28b5616a..195ac94f80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-08-22 Tim-Philipp Müller + + * 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 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream), diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 2630640a00..2182a6d44e 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -46,7 +46,6 @@ - diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index b32da110e7..a24b26be7e 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -33,7 +33,7 @@ * * * 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.