diff options
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedgstreamertypes.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index 118b8d95..3bfcec5e 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -3802,6 +3802,7 @@ wrappedgstreamer: - gst_pad_set_chain_function_full - gst_pad_set_event_function_full - gst_pad_set_getrange_function_full + - gst_pad_set_iterate_internal_links_function_full - gst_pad_set_link_function_full - gst_pad_set_query_function_full - iFpppp: diff --git a/src/wrapped/generated/wrappedgstreamertypes.h b/src/wrapped/generated/wrappedgstreamertypes.h index a063f1f0..187a27bb 100644 --- a/src/wrapped/generated/wrappedgstreamertypes.h +++ b/src/wrapped/generated/wrappedgstreamertypes.h @@ -85,6 +85,7 @@ typedef int32_t (*iFiipppppppp_t)(int32_t, int32_t, void*, void*, void*, void*, GO(gst_pad_set_chain_function_full, vFpppp_t) \ GO(gst_pad_set_event_function_full, vFpppp_t) \ GO(gst_pad_set_getrange_function_full, vFpppp_t) \ + GO(gst_pad_set_iterate_internal_links_function_full, vFpppp_t) \ GO(gst_pad_set_link_function_full, vFpppp_t) \ GO(gst_pad_set_query_function_full, vFpppp_t) \ GO(gst_iterator_fold, iFpppp_t) \ |