mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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).
This commit is contained in:
parent
450fa6366a
commit
9ac2434c1a
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-05-18 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||
|
||||
* 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 <jan.schmidt@sun.com>
|
||||
|
||||
* docs/Makefile.am:
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue