rtsp-media/-factory: Fix request pad name comments

These must be escaped for gtk-doc to parse the comments without warnings.
This commit is contained in:
Sebastian Rasmussen 2013-11-22 01:30:53 +01:00 committed by Wim Taymans
parent b6d4a29d75
commit 1ebc2c703e
3 changed files with 5 additions and 5 deletions

View 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.
*

View 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

View 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