From a9109b2fe63ce2990db82a7a1b07dd487da1a1e7 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 22 Jun 2015 13:33:29 +0200 Subject: sample: Add new API to the docs --- docs/gst/gstreamer-sections.txt | 2 ++ win32/common/libgstreamer.def | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 25bb3718d..c8643d199 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 9ba9c7725..d76ab7965 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 -- cgit v1.2.3