From: Tim-Philipp Müller Date: Sun, 18 May 2008 11:35:43 +0000 (+0000) Subject: gst/gstevent.c: Document that gst_event_new_tag() and gst_event_new_navigation()... X-Git-Tag: RELEASE-0_10_20~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ac2434c1a07a40b0bcb81e922f5a4c52154473e;p=platform%2Fupstream%2Fgstreamer.git gst/gstevent.c: Document that gst_event_new_tag() and gst_event_new_navigation() take ownership of the taglist/struct... Original commit message from CVS: * gst/gstevent.c: Document that gst_event_new_tag() and gst_event_new_navigation() take ownership of the taglist/structure passed to them. (#533635). --- diff --git a/ChangeLog b/ChangeLog index 2a4ce19..ce9025f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-18 Tim-Philipp Müller + + * gst/gstevent.c: + Document that gst_event_new_tag() and gst_event_new_navigation() + take ownership of the taglist/structure passed to them. (#533635). + 2008-05-17 Jan Schmidt * docs/Makefile.am: diff --git a/gst/gstevent.c b/gst/gstevent.c index adf8835..02bf16b 100644 --- a/gst/gstevent.c +++ b/gst/gstevent.c @@ -628,7 +628,7 @@ gst_event_parse_new_segment_full (GstEvent * event, gboolean * update, /** * gst_event_new_tag: - * @taglist: metadata list + * @taglist: metadata list. The event will take ownership of @taglist. * * Generates a metadata tag event from the given @taglist. * @@ -929,7 +929,8 @@ gst_event_parse_seek (GstEvent * event, gdouble * rate, /** * gst_event_new_navigation: - * @structure: description of the event + * @structure: description of the event. The event will take ownership of the + * structure. * * Create a new navigation event from the given description. *