media: add docs for new method

This commit is contained in:
Wim Taymans 2013-08-02 16:57:26 +02:00
parent 050b16ad84
commit 6ac547cc34
2 changed files with 8 additions and 0 deletions

View file

@ -176,6 +176,7 @@ gst_rtsp_media_seek
gst_rtsp_media_get_range_string
gst_rtsp_media_set_state
gst_rtsp_media_set_pipeline_state
<SUBSECTION MediaClocks>
gst_rtsp_media_get_clock

View file

@ -2063,6 +2063,13 @@ gst_rtsp_media_get_time_provider (GstRTSPMedia * media, const gchar * address,
return provider;
}
/**
* gst_rtsp_media_set_pipeline_state:
* @media: a #GstRTSPMedia
* @state: the target state of the pipeline
*
* Set the state of the pipeline managed by @media to @state
*/
void
gst_rtsp_media_set_pipeline_state (GstRTSPMedia * media, GstState state)
{