mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 15:32:32 +00:00
sample: Add new API to the docs
This commit is contained in:
parent
7c34b4ed0f
commit
a9109b2fe6
2 changed files with 4 additions and 0 deletions
|
@ -532,9 +532,11 @@ gst_caps_features_get_type
|
||||||
<TITLE>GstSample</TITLE>
|
<TITLE>GstSample</TITLE>
|
||||||
GstSample
|
GstSample
|
||||||
gst_sample_get_buffer
|
gst_sample_get_buffer
|
||||||
|
gst_sample_get_buffer_list
|
||||||
gst_sample_get_caps
|
gst_sample_get_caps
|
||||||
gst_sample_get_info
|
gst_sample_get_info
|
||||||
gst_sample_get_segment
|
gst_sample_get_segment
|
||||||
|
gst_sample_set_buffer_list
|
||||||
gst_sample_new
|
gst_sample_new
|
||||||
gst_sample_ref
|
gst_sample_ref
|
||||||
gst_sample_unref
|
gst_sample_unref
|
||||||
|
|
|
@ -1125,11 +1125,13 @@ EXPORTS
|
||||||
gst_resource_error_get_type
|
gst_resource_error_get_type
|
||||||
gst_resource_error_quark
|
gst_resource_error_quark
|
||||||
gst_sample_get_buffer
|
gst_sample_get_buffer
|
||||||
|
gst_sample_get_buffer_list
|
||||||
gst_sample_get_caps
|
gst_sample_get_caps
|
||||||
gst_sample_get_info
|
gst_sample_get_info
|
||||||
gst_sample_get_segment
|
gst_sample_get_segment
|
||||||
gst_sample_get_type
|
gst_sample_get_type
|
||||||
gst_sample_new
|
gst_sample_new
|
||||||
|
gst_sample_set_buffer_list
|
||||||
gst_scheduling_flags_get_type
|
gst_scheduling_flags_get_type
|
||||||
gst_search_mode_get_type
|
gst_search_mode_get_type
|
||||||
gst_seek_flags_get_type
|
gst_seek_flags_get_type
|
||||||
|
|
Loading…
Reference in a new issue