projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
840f905
)
introspection: add missing array annotation to gst_formats_contains
author
Evan Nemerson
<evan@coeus-group.com>
Sat, 30 Jun 2012 00:33:49 +0000
(17:33 -0700)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Tue, 17 Jul 2012 07:37:27 +0000
(09:37 +0200)
gst/gstformat.c
patch
|
blob
|
history
diff --git
a/gst/gstformat.c
b/gst/gstformat.c
index
3e50d33
..
78b0f07
100644
(file)
--- a/
gst/gstformat.c
+++ b/
gst/gstformat.c
@@
-196,7
+196,7
@@
gst_format_get_by_nick (const gchar * nick)
/**
* gst_formats_contains:
- * @formats: The format array to search
+ * @formats:
(array zero-terminated=1):
The format array to search
* @format: the format to find
*
* See if the given format is inside the format array.