diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 25bb3718dc..c8643d199a 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -532,9 +532,11 @@ gst_caps_features_get_type GstSample GstSample gst_sample_get_buffer +gst_sample_get_buffer_list gst_sample_get_caps gst_sample_get_info gst_sample_get_segment +gst_sample_set_buffer_list gst_sample_new gst_sample_ref gst_sample_unref diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 9ba9c7725f..d76ab79653 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -1125,11 +1125,13 @@ EXPORTS gst_resource_error_get_type gst_resource_error_quark gst_sample_get_buffer + gst_sample_get_buffer_list gst_sample_get_caps gst_sample_get_info gst_sample_get_segment gst_sample_get_type gst_sample_new + gst_sample_set_buffer_list gst_scheduling_flags_get_type gst_search_mode_get_type gst_seek_flags_get_type