summaryrefslogtreecommitdiff
path: root/gst/gstevent.c
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2013-07-03 13:03:49 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2013-07-03 14:25:07 -0400
commit4656d18fd5c180f3788562db775cc09cbe63cd64 (patch)
treee183b41c265c8f9ad35cfe39748a66caf76a2b45 /gst/gstevent.c
parent4fbd6b6aad7b5789b93bb6bb6e19291fb5596b94 (diff)
downloadgstreamer-4656d18fd5c180f3788562db775cc09cbe63cd64.tar.gz
Add few missing allow-none annotation
Diffstat (limited to 'gst/gstevent.c')
-rw-r--r--gst/gstevent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstevent.c b/gst/gstevent.c
index 4693c35d65..0874471986 100644
--- a/gst/gstevent.c
+++ b/gst/gstevent.c
@@ -1610,8 +1610,8 @@ gst_event_new_segment_done (GstFormat format, gint64 position)
/**
* gst_event_parse_segment_done:
* @event: A valid #GstEvent of type GST_EVENT_SEGMENT_DONE.
- * @format: (out): Result location for the format, or NULL
- * @position: (out): Result location for the position, or NULL
+ * @format: (out) (allow-none): Result location for the format, or NULL
+ * @position: (out) (allow-none): Result location for the position, or NULL
*
* Extracts the position and format from the segment done message.
*