From 83d69939f3f52c735e77c56d634ebc1b184428d8 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 26 Nov 2024 11:53:08 +0100 Subject: [WRAPPER] Reworked gstcontroller with new wrapperhelper --- src/wrapped/wrappedgstcontroller_private.h | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedgstcontroller_private.h b/src/wrapped/wrappedgstcontroller_private.h index 0cbde97f..5f4437bb 100644 --- a/src/wrapped/wrappedgstcontroller_private.h +++ b/src/wrapped/wrappedgstcontroller_private.h @@ -1,31 +1,31 @@ #if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA)) -#error meh! +#error Meh... #endif GO(gst_argb_control_binding_get_type, LFv) -//GO(gst_argb_control_binding_new, -//GO(gst_control_point_copy, -//GO(gst_control_point_free, +//GOM(gst_argb_control_binding_new, pFEpppppp) +GO(gst_control_point_copy, pFp) +GO(gst_control_point_free, vFp) GO(gst_control_point_get_type, LFv) GO(gst_direct_control_binding_get_type, LFv) -//GO(gst_direct_control_binding_new, -//GO(gst_direct_control_binding_new_absolute, +//GOM(gst_direct_control_binding_new, pFEppp) +//GOM(gst_direct_control_binding_new_absolute, pFEppp) GO(gst_interpolation_control_source_get_type, LFv) -//GO(gst_interpolation_control_source_new, +//GOM(gst_interpolation_control_source_new, pFEv) GO(gst_interpolation_mode_get_type, LFv) GO(gst_lfo_control_source_get_type, LFv) -//GO(gst_lfo_control_source_new, +//GOM(gst_lfo_control_source_new, pFEv) GO(gst_lfo_waveform_get_type, LFv) GO(gst_proxy_control_binding_get_type, LFv) GO(gst_proxy_control_binding_new, pFpppp) -//GO(gst_timed_value_control_invalidate_cache, -//GO(gst_timed_value_control_source_find_control_point_iter, -//GO(gst_timed_value_control_source_get_all, -//GO(gst_timed_value_control_source_get_count, +//GOM(gst_timed_value_control_invalidate_cache, vFEp) +//GOM(gst_timed_value_control_source_find_control_point_iter, pFEpL) +//GOM(gst_timed_value_control_source_get_all, pFEp) +//GOM(gst_timed_value_control_source_get_count, iFEp) GO(gst_timed_value_control_source_get_type, LFv) -//GO(gst_timed_value_control_source_set, -//GO(gst_timed_value_control_source_set_from_list, -//GO(gst_timed_value_control_source_unset, -//GO(gst_timed_value_control_source_unset_all, +//GOM(gst_timed_value_control_source_set, iFEpLd) +//GOM(gst_timed_value_control_source_set_from_list, iFEpp) +//GOM(gst_timed_value_control_source_unset, iFEpL) +//GOM(gst_timed_value_control_source_unset_all, vFEp) GO(gst_trigger_control_source_get_type, LFv) -//GO(gst_trigger_control_source_new, +//GOM(gst_trigger_control_source_new, pFEv) -- cgit 1.4.1