diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-06-22 13:33:29 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-06-22 13:33:29 +0200 |
commit | a9109b2fe63ce2990db82a7a1b07dd487da1a1e7 (patch) | |
tree | dccfd996c4e20f86d2884b11a9cc6c2cbaf0c5c6 | |
parent | 7c34b4ed0f66bc764fcbc10d0e3612cffdbd85a5 (diff) |
sample: Add new API to the docs
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 2 | ||||
-rw-r--r-- | win32/common/libgstreamer.def | 2 |
2 files changed, 4 insertions, 0 deletions
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 <TITLE>GstSample</TITLE> 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 |