diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-26 16:20:06 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-26 16:20:06 +0100 |
| commit | a84a9847be592e4501233087204390acc7d0d463 (patch) | |
| tree | 4e17977f1fb48229b4defe623acc88c15770c5bf /src | |
| parent | 0c54e19c5f84a6a3b5e9535b391904834e0dc5ac (diff) | |
| download | box64-a84a9847be592e4501233087204390acc7d0d463.tar.gz box64-a84a9847be592e4501233087204390acc7d0d463.zip | |
[WRAPPER] Reworked gstnet with new wrapperhelper
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedgstnet_private.h | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/src/wrapped/wrappedgstnet_private.h b/src/wrapped/wrappedgstnet_private.h index 03a500cc..359215c6 100644 --- a/src/wrapped/wrappedgstnet_private.h +++ b/src/wrapped/wrappedgstnet_private.h @@ -1,33 +1,33 @@ #if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA)) -#error meh! +#error Meh... #endif -//GO(gst_buffer_add_net_address_meta, -//GO(gst_buffer_add_net_control_message_meta, -//GO(gst_buffer_get_net_address_meta, +GO(gst_buffer_add_net_address_meta, pFpp) +GO(gst_buffer_add_net_control_message_meta, pFpp) +GO(gst_buffer_get_net_address_meta, pFp) GO(gst_net_address_meta_api_get_type, LFv) -//GO(gst_net_address_meta_get_info, +GO(gst_net_address_meta_get_info, pFv) GO(gst_net_client_clock_get_type, LFv) -//GO(gst_net_client_clock_new, +GO(gst_net_client_clock_new, pFppiL) GO(gst_net_control_message_meta_api_get_type, LFv) -//GO(gst_net_control_message_meta_get_info, -//GO(gst_net_time_packet_copy, -//GO(gst_net_time_packet_free, +GO(gst_net_control_message_meta_get_info, pFv) +GO(gst_net_time_packet_copy, pFp) +GO(gst_net_time_packet_free, vFp) GO(gst_net_time_packet_get_type, LFv) -//GO(gst_net_time_packet_new, -//GO(gst_net_time_packet_receive, -//GO(gst_net_time_packet_send, -//GO(gst_net_time_packet_serialize, +GO(gst_net_time_packet_new, pFp) +GO(gst_net_time_packet_receive, pFppp) +GO(gst_net_time_packet_send, iFpppp) +GO(gst_net_time_packet_serialize, pFp) GO(gst_net_time_provider_get_type, LFv) -//GO(gst_net_time_provider_new, -//GO(gst_net_utils_set_socket_tos, +GO(gst_net_time_provider_new, pFppi) +GO(gst_net_utils_set_socket_tos, iFpi) GO(gst_ntp_clock_get_type, LFv) -//GO(gst_ntp_clock_new, +GO(gst_ntp_clock_new, pFppiL) GO(gst_ptp_clock_get_type, LFv) -//GO(gst_ptp_clock_new, -//GO(gst_ptp_deinit, -//GO(gst_ptp_init, -//GO(gst_ptp_is_initialized, -//GO(gst_ptp_is_supported, -//GO(gst_ptp_statistics_callback_add, -//GO(gst_ptp_statistics_callback_remove, +GO(gst_ptp_clock_new, pFpu) +GO(gst_ptp_deinit, vFv) +GO(gst_ptp_init, iFLp) +GO(gst_ptp_is_initialized, iFv) +GO(gst_ptp_is_supported, iFv) +//GOM(gst_ptp_statistics_callback_add, LFEppp) +GO(gst_ptp_statistics_callback_remove, vFL) |