diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 3fe51841f7..d1a02c624c 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -2617,8 +2617,8 @@ gst_tag_list_get_date gst_tag_list_get_date_index gst_tag_list_get_date_time gst_tag_list_get_date_time_index -gst_tag_list_get_buffer -gst_tag_list_get_buffer_index +gst_tag_list_get_sample +gst_tag_list_get_sample_index GST_TAG_LIST GST_IS_TAG_LIST diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index b909484013..7be9b169f9 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -1055,8 +1055,6 @@ EXPORTS gst_tag_list_foreach gst_tag_list_get_boolean gst_tag_list_get_boolean_index - gst_tag_list_get_buffer - gst_tag_list_get_buffer_index gst_tag_list_get_date gst_tag_list_get_date_index gst_tag_list_get_date_time @@ -1071,6 +1069,8 @@ EXPORTS gst_tag_list_get_int_index gst_tag_list_get_pointer gst_tag_list_get_pointer_index + gst_tag_list_get_sample + gst_tag_list_get_sample_index gst_tag_list_get_string gst_tag_list_get_string_index gst_tag_list_get_tag_size