diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-26 11:53:08 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-26 11:53:08 +0100 |
| commit | 83d69939f3f52c735e77c56d634ebc1b184428d8 (patch) | |
| tree | 57e21ee149bb419e4343d77c252ca6e5d8d38d86 /src | |
| parent | aee503259794350477dad13ec7a1254e299a4303 (diff) | |
| download | box64-83d69939f3f52c735e77c56d634ebc1b184428d8.tar.gz box64-83d69939f3f52c735e77c56d634ebc1b184428d8.zip | |
[WRAPPER] Reworked gstcontroller with new wrapperhelper
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedgstcontroller_private.h | 34 |
1 files changed, 17 insertions, 17 deletions
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) |