rtsp-*: Fix type name typos in comments
authorSebastian Rasmussen <sebras@hotmail.com>
Fri, 22 Nov 2013 02:10:01 +0000 (03:10 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 22 Nov 2013 09:13:08 +0000 (09:13 +0000)
  * rtsp-auth: Refer to GstRTSPToken, not GstRTSPtoken
  * rtsp-auth: Refer to part of constant name as text
  * rtsp-auth/-permissions/-token: Refer to Permissions not Permission
  * rtsp-session-media: Fix GstRTSPSessionMedia typo
  * rtsp-stream: Fix typo when refering to GstBin

https://bugzilla.gnome.org/show_bug.cgi?id=714988

gst/rtsp-server/rtsp-auth.c
gst/rtsp-server/rtsp-permissions.c
gst/rtsp-server/rtsp-session-media.c
gst/rtsp-server/rtsp-stream.c
gst/rtsp-server/rtsp-token.c

index 694d216..e987e17 100644 (file)
@@ -19,7 +19,7 @@
 /**
  * SECTION:rtsp-auth
  * @short_description: Authentication and authorization
- * @see_also: #GstRTSPPermission, #GstRTSPtoken
+ * @see_also: #GstRTSPPermissions, #GstRTSPToken
  *
  * The #GstRTSPAuth object is responsible for checking if the current user is
  * allowed to perform requested actions. The default implementation has some
@@ -30,7 +30,7 @@
  *
  * The RTSP server will call gst_rtsp_auth_check() with a string describing the
  * check to perform. The possible checks are prefixed with
- * #GST_RTSP_AUTH_CHECK_*. Depending on the check, the default implementation
+ * GST_RTSP_AUTH_CHECK_*. Depending on the check, the default implementation
  * will use the current #GstRTSPToken, #GstRTSPContext and
  * #GstRTSPPermissions on the object to check if an operation is allowed.
  *
index ae60b96..2893308 100644 (file)
@@ -21,7 +21,7 @@
  * @short_description: Roles and associated permissions
  * @see_also: #GstRTSPToken, #GstRTSPAuth
  *
- * The #GstRTSPPermission object contains an array of roles and associated
+ * The #GstRTSPPermissions object contains an array of roles and associated
  * permissions. The roles are represented with a string and the permissions with
  * a generic #GstStructure.
  *
index 6c0a0f5..796da5a 100644 (file)
@@ -125,7 +125,7 @@ free_session_media (gpointer data)
  * @path: the path
  * @media: the #GstRTSPMedia
  *
- * Create a new #GstRTPSessionMedia that manages the streams
+ * Create a new #GstRTSPSessionMedia that manages the streams
  * in @media for @path. @media should be prepared.
  *
  * Ownership is taken of @media.
index 7df201b..79471e8 100644 (file)
@@ -1348,7 +1348,7 @@ static GstAppSinkCallbacks sink_cb = {
  * @rtpbin: a rtpbin element in @bin
  * @state: the target state of the new elements
  *
- * Join the #Gstbin @bin that contains the element @rtpbin.
+ * Join the #GstBin @bin that contains the element @rtpbin.
  *
  * @stream will link to @rtpbin, which must be inside @bin. The elements
  * added to @bin will be set to the state given in @state.
index 787213d..dfbb1f8 100644 (file)
@@ -19,7 +19,7 @@
 /**
  * SECTION:rtsp-token
  * @short_description: Roles and permissions for a client
- * @see_also: #GstRTSPClient, #GstRTSPPermission, #GstRTSPAuth
+ * @see_also: #GstRTSPClient, #GstRTSPPermissions, #GstRTSPAuth
  *
  * A #GstRTSPToken contains the permissions and roles of the user
  * performing the current request. A token is usually created when a user is