mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
media: correct misspelled words in description
https://bugzilla.gnome.org/show_bug.cgi?id=733244
This commit is contained in:
parent
5932dc3336
commit
a8e604355c
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ typedef enum {
|
||||||
* @GST_RTSP_SUSPEND_MODE_RESET: The media is set to NULL when suspended
|
* @GST_RTSP_SUSPEND_MODE_RESET: The media is set to NULL when suspended
|
||||||
*
|
*
|
||||||
* The suspend mode of the media pipeline. A media pipeline is suspended right
|
* The suspend mode of the media pipeline. A media pipeline is suspended right
|
||||||
* after creating the SDP and when the client preforms a PAUSED request.
|
* after creating the SDP and when the client performs a PAUSED request.
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GST_RTSP_SUSPEND_MODE_NONE = 0,
|
GST_RTSP_SUSPEND_MODE_NONE = 0,
|
||||||
|
@ -117,7 +117,7 @@ struct _GstRTSPMedia {
|
||||||
* The pipeline will be prerolled again if it's state was
|
* The pipeline will be prerolled again if it's state was
|
||||||
* set to GST_STATE_NULL in suspend.
|
* set to GST_STATE_NULL in suspend.
|
||||||
* @convert_range: convert a range to the given unit
|
* @convert_range: convert a range to the given unit
|
||||||
* @query_position: query the current posision in the pipeline
|
* @query_position: query the current position in the pipeline
|
||||||
* @query_stop: query when playback will stop
|
* @query_stop: query when playback will stop
|
||||||
*
|
*
|
||||||
* The RTSP media class
|
* The RTSP media class
|
||||||
|
|
Loading…
Reference in a new issue