mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
utils: Add gst_util_fraction_compare() to the docs and exported symbols
This commit is contained in:
parent
519e08c37f
commit
4e861cefbd
2 changed files with 2 additions and 0 deletions
|
@ -2577,6 +2577,7 @@ gst_util_fraction_to_double
|
|||
gst_util_double_to_fraction
|
||||
gst_util_fraction_multiply
|
||||
gst_util_fraction_add
|
||||
gst_util_fraction_compare
|
||||
gst_util_seqnum_next
|
||||
gst_util_seqnum_compare
|
||||
gst_util_set_object_arg
|
||||
|
|
|
@ -1091,6 +1091,7 @@ EXPORTS
|
|||
gst_util_double_to_fraction
|
||||
gst_util_dump_mem
|
||||
gst_util_fraction_add
|
||||
gst_util_fraction_compare
|
||||
gst_util_fraction_multiply
|
||||
gst_util_fraction_to_double
|
||||
gst_util_gdouble_to_guint64
|
||||
|
|
Loading…
Reference in a new issue