From 04895ee2ca48224c122ce2fcd8c63a287b357719 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 22 Aug 2006 17:20:41 +0000 Subject: 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. --- gst/rtsp/gstrtspsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst') diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index b32da110..a24b26be 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. -- cgit