summaryrefslogtreecommitdiff
path: root/gst/gsturi.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-10-15 15:30:24 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-10-15 15:30:24 +0000
commit2dd1598c569c5242c849a7b0bce3316b3586b196 (patch)
tree8df5fe3c17c32e30fe874c139ac69344bbf0c8b4 /gst/gsturi.c
parente3e695a537c44d1e2e550b4eefa50833acd9899e (diff)
downloadgstreamer-2dd1598c569c5242c849a7b0bce3316b3586b196.tar.gz
whitespace fixes
Original commit message from CVS: whitespace fixes
Diffstat (limited to 'gst/gsturi.c')
-rw-r--r--gst/gsturi.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gst/gsturi.c b/gst/gsturi.c
index 4d77d401f3..f02a42767b 100644
--- a/gst/gsturi.c
+++ b/gst/gsturi.c
@@ -183,7 +183,7 @@ escape_string_internal (const gchar * string, UnsafeCharacterSet mask)
* escape_string:
* @string: string to be escaped
*
- * Escapes @string, replacing any and all special characters
+ * Escapes @string, replacing any and all special characters
* with equivalent escape sequences.
*
* Return value: a newly allocated string equivalent to @string
@@ -229,11 +229,11 @@ unescape_character (const char *scanner)
* considered "illegal", '\0' is automatically in this list.
*
* Decodes escaped characters (i.e. PERCENTxx sequences) in @escaped_string.
- * Characters are encoded in PERCENTxy form, where xy is the ASCII hex code
+ * Characters are encoded in PERCENTxy form, where xy is the ASCII hex code
* for character 16x+y.
- *
- * Return value: a newly allocated string with the unescaped equivalents,
- * or %NULL if @escaped_string contained one of the characters
+ *
+ * Return value: a newly allocated string with the unescaped equivalents,
+ * or %NULL if @escaped_string contained one of the characters
* in @illegal_characters.
**/
static char *
@@ -360,7 +360,7 @@ gst_uri_get_protocol (const gchar * uri)
* @uri: URI to get the location from
*
* Extracts the location out of a given valid URI. So the protocol and "://"
- * are stripped from the URI. The returned string must be freed using
+ * are stripped from the URI. The returned string must be freed using
* g_free().
*
* Returns: The location for this URI.
@@ -457,8 +457,8 @@ sort_by_rank (gconstpointer a, gconstpointer b)
* @uri: URI to create element for
* @elementname: optional name of created element
*
- * Creates an element for handling the given URI.
- *
+ * Creates an element for handling the given URI.
+ *
* Returns: a new element or NULL if none could be created
*/
GstElement *