mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
media: add docs for new method
This commit is contained in:
parent
050b16ad84
commit
6ac547cc34
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue