mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gstutils: Add new scaling functions to the docs
This commit is contained in:
parent
535952c9fa
commit
76338950f9
2 changed files with 8 additions and 0 deletions
|
@ -2507,7 +2507,11 @@ gst_gdouble_to_guint64
|
|||
gst_type_register_static_full
|
||||
gst_util_dump_mem
|
||||
gst_util_uint64_scale
|
||||
gst_util_uint64_scale_round
|
||||
gst_util_uint64_scale_ceil
|
||||
gst_util_uint64_scale_int
|
||||
gst_util_uint64_scale_int_round
|
||||
gst_util_uint64_scale_int_ceil
|
||||
gst_util_seqnum_next
|
||||
gst_util_seqnum_compare
|
||||
gst_util_set_object_arg
|
||||
|
|
|
@ -1055,7 +1055,11 @@ EXPORTS
|
|||
gst_util_set_object_arg
|
||||
gst_util_set_value_from_string
|
||||
gst_util_uint64_scale
|
||||
gst_util_uint64_scale_ceil
|
||||
gst_util_uint64_scale_int
|
||||
gst_util_uint64_scale_int_ceil
|
||||
gst_util_uint64_scale_int_round
|
||||
gst_util_uint64_scale_round
|
||||
gst_value_array_append_value
|
||||
gst_value_array_get_size
|
||||
gst_value_array_get_type
|
||||
|
|
Loading…
Reference in a new issue