mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
docs/gst/gstreamer-sections.txt: Fixed documentation from my previous commit (added new API add gst_value_set_structu...
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: Fixed documentation from my previous commit (added new API add gst_value_set_structure(), add gst_value_get_structure() and GST_VALUE_HOLDS_STRUCTURE).
This commit is contained in:
parent
442f15bac2
commit
f0dfb04c38
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-10-22 Edgard Lima <edgard.lima@indt.org.br>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
Fixed documentation from my previous commit (added new API add
|
||||
gst_value_set_structure(), add gst_value_get_structure() and
|
||||
GST_VALUE_HOLDS_STRUCTURE).
|
||||
|
||||
2007-10-22 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/gstdebugutils.c:
|
||||
|
@ -25,6 +32,7 @@
|
|||
end delimiter. Fixes: #487969.
|
||||
API: add gst_value_set_structure()
|
||||
API: add gst_value_get_structure()
|
||||
API: add GST_VALUE_HOLDS_STRUCTURE
|
||||
|
||||
2007-10-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
|
|
|
@ -2239,6 +2239,11 @@ GST_VALUE_HOLDS_CAPS
|
|||
gst_value_set_caps
|
||||
gst_value_get_caps
|
||||
|
||||
<SUBSECTION structure>
|
||||
GST_VALUE_HOLDS_STRUCTURE
|
||||
gst_value_set_structure
|
||||
gst_value_get_structure
|
||||
|
||||
<SUBSECTION miniobject>
|
||||
GST_VALUE_HOLDS_MINI_OBJECT
|
||||
|
||||
|
|
Loading…
Reference in a new issue