summaryrefslogtreecommitdiff
path: root/gst/gsturi.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-04-28 11:29:54 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-04-28 11:29:54 +0000
commit06f054445b17c55fdfb04b7ec0b3cd8a5a36acd2 (patch)
tree2bdd5783ce8e183fe8ee52bff9cce8326c31895c /gst/gsturi.c
parent003aaeaef3640b224be807edcc37d2904b03fb4d (diff)
downloadgstreamer-06f054445b17c55fdfb04b7ec0b3cd8a5a36acd2.tar.gz
Typo fixes; minor docs addition.
Original commit message from CVS: * docs/design/part-events.txt: * docs/design/part-overview.txt: * gst/gstevent.c: * gst/gsturi.c: * gst/gsturi.h: * libs/gst/base/gstbasesink.c: Typo fixes; minor docs addition.
Diffstat (limited to 'gst/gsturi.c')
-rw-r--r--gst/gsturi.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/gst/gsturi.c b/gst/gsturi.c
index 85e7cacf58..eb3cfede6f 100644
--- a/gst/gsturi.c
+++ b/gst/gsturi.c
@@ -521,10 +521,12 @@ get_element_factories_from_uri_protocol (const GstURIType type,
/**
* gst_uri_protocol_is_supported:
- * @type: Wether to check for a source or a sink
- * @protocol: Protocol that should be checkd for.
+ * @type: Whether to check for a source or a sink
+ * @protocol: Protocol that should be checked for (e.g. "http" or "smb")
*
- * Checks if an element exists that supports the given URI protocol.
+ * Checks if an element exists that supports the given URI protocol. Note
+ * that a positive return value does not imply that a subsequent call to
+ * gst_element_make_from_uri() is guaranteed to work.
*
* Returns: TRUE
*
@@ -548,7 +550,7 @@ gst_uri_protocol_is_supported (const GstURIType type, const gchar * protocol)
/**
* gst_element_make_from_uri:
- * @type: Wether to create a source or a sink
+ * @type: Whether to create a source or a sink
* @uri: URI to create an element for
* @elementname: Name of created element, can be NULL.
*