summaryrefslogtreecommitdiff
path: root/gst/gstformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstformat.c')
-rw-r--r--gst/gstformat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstformat.c b/gst/gstformat.c
index 05fe2e49c..099771a0b 100644
--- a/gst/gstformat.c
+++ b/gst/gstformat.c
@@ -118,7 +118,7 @@ gst_format_register (const gchar * nick, const gchar * description)
* gst_format_get_by_nick:
* @nick: The nick of the format
*
- * Return the format registered with the given nick.
+ * Return the format registered with the given nick.
*
* Returns: The format with @nick or GST_FORMAT_UNDEFINED
* if the format was not registered.
@@ -190,7 +190,7 @@ gst_format_get_details (GstFormat format)
/**
* gst_format_iterate_definitions:
*
- * Iterate all the registered formats. The format definition is read
+ * Iterate all the registered formats. The format definition is read
* only.
*
* Returns: A GstIterator of #GstFormatDefinition.