diff options
author | Hyunjun Ko <zzoonis@gmail.com> | 2014-07-16 20:39:42 +0900 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-07-16 12:50:48 +0100 |
commit | a8e604355cc18445f1b9154abc9efb6d990c32bf (patch) | |
tree | 801042760cf5e37fc7e5647d4f5b5aca032e86e9 | |
parent | 5932dc3336e3ab440d17c2560e6b8f8c606f6238 (diff) |
media: correct misspelled words in description
https://bugzilla.gnome.org/show_bug.cgi?id=733244
-rw-r--r-- | gst/rtsp-server/rtsp-media.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtsp-server/rtsp-media.h b/gst/rtsp-server/rtsp-media.h index 5304759..a78650d 100644 --- a/gst/rtsp-server/rtsp-media.h +++ b/gst/rtsp-server/rtsp-media.h @@ -69,7 +69,7 @@ typedef enum { * @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 - * 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 { GST_RTSP_SUSPEND_MODE_NONE = 0, @@ -117,7 +117,7 @@ struct _GstRTSPMedia { * The pipeline will be prerolled again if it's state was * set to GST_STATE_NULL in suspend. * @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 * * The RTSP media class |