diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-08-22 17:20:41 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-08-22 17:20:41 +0000 |
commit | 04895ee2ca48224c122ce2fcd8c63a287b357719 (patch) | |
tree | 8748cad0016d96f2e000dd9f6e3d36ae22b43e8f /gst/rtsp | |
parent | 2bd16585bc39f674e14fac93646175a562901370 (diff) |
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.
Diffstat (limited to 'gst/rtsp')
-rw-r--r-- | gst/rtsp/gstrtspsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ * </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. |