mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
add to sections
Original commit message from CVS: add to sections
This commit is contained in:
parent
3e4573c20e
commit
5ea6cc9ed7
1 changed files with 3 additions and 0 deletions
|
@ -1683,11 +1683,13 @@ GST_VALUE_HOLDS_FOURCC
|
|||
GST_VALUE_HOLDS_INT_RANGE
|
||||
GST_VALUE_HOLDS_DOUBLE_RANGE
|
||||
GST_VALUE_HOLDS_LIST
|
||||
GST_VALUE_HOLDS_FIXED_LIST
|
||||
GST_VALUE_HOLDS_CAPS
|
||||
GST_TYPE_FOURCC
|
||||
GST_TYPE_INT_RANGE
|
||||
GST_TYPE_DOUBLE_RANGE
|
||||
GST_TYPE_LIST
|
||||
GST_TYPE_FIXED_LIST
|
||||
GST_VALUE_LESS_THAN
|
||||
GST_VALUE_EQUAL
|
||||
GST_VALUE_GREATER_THAN
|
||||
|
@ -1703,6 +1705,7 @@ gst_type_fourcc
|
|||
gst_type_int_range
|
||||
gst_type_double_range
|
||||
gst_type_list
|
||||
gst_type_fixed_list
|
||||
gst_type_is_fixed
|
||||
gst_value_register
|
||||
gst_value_init_and_copy
|
||||
|
|
Loading…
Reference in a new issue