rtsp-media/-factory: Fix request pad name comments
authorSebastian Rasmussen <sebras@hotmail.com>
Fri, 22 Nov 2013 00:30:53 +0000 (01:30 +0100)
committerWim Taymans <wtaymans@redhat.com>
Fri, 22 Nov 2013 10:53:04 +0000 (11:53 +0100)
These must be escaped for gtk-doc to parse the comments without warnings.

gst/rtsp-server/rtsp-media-factory.c
gst/rtsp-server/rtsp-media-factory.h
gst/rtsp-server/rtsp-media.c

index 59b1b02..d04c638 100644 (file)
@@ -981,7 +981,7 @@ default_configure (GstRTSPMediaFactory * factory, GstRTSPMedia * media)
  * Construct and return a #GstElement that is a #GstBin containing
  * the elements to use for streaming the media.
  *
- * The bin should contain payloaders pay%d for each stream. The default
+ * The bin should contain payloaders pay\%d for each stream. The default
  * implementation of this function returns the bin created from the
  * launch parameter.
  *
index 33ec540..d8819b1 100644 (file)
@@ -63,12 +63,12 @@ struct _GstRTSPMediaFactory {
  *       including the query parameters to return a key.
  * @create_element: Construct and return a #GstElement that is a #GstBin containing
  *       the elements to use for streaming the media. The bin should contain
- *       payloaders pay%d for each stream. The default implementation of this
+ *       payloaders pay\%d for each stream. The default implementation of this
  *       function returns the bin created from the launch parameter.
  * @construct: the vmethod that will be called when the factory has to create the
  *       #GstRTSPMedia for @url. The default implementation of this
  *       function calls create_element to retrieve an element and then looks for
- *       pay%d to create the streams.
+ *       pay\%d to create the streams.
  * @create_pipeline: create a new pipeline or re-use an existing one and
  *       add the #GstRTSPMedia's element created by @construct to the pipeline.
  * @configure: configure the media created with @construct. The default
index a41d688..96ce504 100644 (file)
@@ -937,10 +937,10 @@ gst_rtsp_media_get_address_pool (GstRTSPMedia * media)
  * gst_rtsp_media_collect_streams:
  * @media: a #GstRTSPMedia
  *
- * Find all payloader elements, they should be named pay%d in the
+ * Find all payloader elements, they should be named pay\%d in the
  * element of @media, and create #GstRTSPStreams for them.
  *
- * Collect all dynamic elements, named dynpay%d, and add them to
+ * Collect all dynamic elements, named dynpay\%d, and add them to
  * the list of dynamic elements.
  */
 void