typefindhelper: Mark extension in gst_type_find_helper_get_range() as allow-none
authorSebastian Dröge <sebastian@centricular.com>
Tue, 24 Jul 2018 22:12:49 +0000 (01:12 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 24 Jul 2018 22:12:49 +0000 (01:12 +0300)
It always allowed NULL and even said so in the documentation.

libs/gst/base/gsttypefindhelper.c

index 32f7d9a..a7363c3 100644 (file)
@@ -306,7 +306,7 @@ prioritize_extension (GstObject * obj, GList * type_list,
  * @func: (scope call): A generic #GstTypeFindHelperGetRangeFunction that will
  *        be used to access data at random offsets when doing the typefinding
  * @size: The length in bytes
- * @extension: extension of the media
+ * @extension: (allow-none): extension of the media, or %NULL
  * @prob: (out) (allow-none): location to store the probability of the found
  *     caps, or %NULL
  *