From: Sebastian Dröge Date: Thu, 13 Aug 2009 14:31:01 +0000 (+0200) Subject: gstutils: Add new scaling functions to the docs X-Git-Tag: RELEASE-0.10.25~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76338950f9d077f67f3fe4329cf790eafe18e836;p=platform%2Fupstream%2Fgstreamer.git gstutils: Add new scaling functions to the docs --- diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 42bb354..004c5b5 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -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 diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index a7a90c1..b15373d 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -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