X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstevent.c;h=a0b97f8a75eae62e43e4ae21cad28d722239b615;hb=ce67b0e539766275ba9d6bc6d4e41825e50eb791;hp=5bcf5c08d990f6028e0c8c4a82a8eb404c046f0e;hpb=9aa97519382b3723ff49e785c96f5caf7e650e48;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstevent.c b/gst/gstevent.c index 5bcf5c0..a0b97f8 100644 --- a/gst/gstevent.c +++ b/gst/gstevent.c @@ -592,6 +592,7 @@ gst_event_new_gap (GstClockTime timestamp, GstClockTime duration) /** * gst_event_parse_gap: + * @event: a #GstEvent of type #GST_EVENT_GAP * @timestamp: (out) (allow-none): location where to store the * start time (pts) of the gap, or %NULL * @duration: (out) (allow-none): location where to store the duration of @@ -738,7 +739,7 @@ gst_event_set_stream_config_setup_data (GstEvent * event, GstBuffer * buf) } /** - * gst_event_set_stream_config_setup_data: + * gst_event_parse_stream_config_setup_data: * @event: a stream config event * @buf: (out) (transfer none): location where to store the #GstBuffer with setup data *