summaryrefslogtreecommitdiff
path: root/gst/gsttypefind.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:29:15 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:29:15 +0000
commit288f61d21f56cfadb99e76f51f5894ce5f21ec4d (patch)
treeabe1af79bd2e79893940033ab25113e77d3de26c /gst/gsttypefind.c
parent2d257b41089af0e8fea0038124208477015f8c6d (diff)
downloadgstreamer-288f61d21f56cfadb99e76f51f5894ce5f21ec4d.tar.gz
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'gst/gsttypefind.c')
-rw-r--r--gst/gsttypefind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gsttypefind.c b/gst/gsttypefind.c
index edad5efc82..4c6d07f086 100644
--- a/gst/gsttypefind.c
+++ b/gst/gsttypefind.c
@@ -47,9 +47,9 @@ GST_DEBUG_CATEGORY_EXTERN (gst_type_find_debug);
* @extensions: Optional extensions that could belong to this type
* @possible_caps: Optionally the caps that could be returned when typefinding succeeds
* @data: Optional user data. This user data must be available until the plugin
- * is unloaded.
+ * is unloaded.
* @data_notify: a #GDestroyNotify that will be called on @data when the plugin
- * is unloaded.
+ * is unloaded.
*
* Registers a new typefind function to be used for typefinding. After
* registering this function will be available for typefinding.