mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 20:44:16 +00:00
docs: add Since markers for new API and add it to docs and .def file
This commit is contained in:
parent
e11ca04ae7
commit
4e373aa952
3 changed files with 4 additions and 0 deletions
|
@ -293,6 +293,7 @@ GstBaseTransformClass
|
|||
|
||||
gst_base_transform_is_passthrough
|
||||
gst_base_transform_set_passthrough
|
||||
gst_base_transform_set_prefer_passthrough
|
||||
gst_base_transform_is_in_place
|
||||
gst_base_transform_set_in_place
|
||||
gst_base_transform_is_qos_enabled
|
||||
|
|
|
@ -2614,6 +2614,8 @@ gst_base_transform_set_gap_aware (GstBaseTransform * trans, gboolean gap_aware)
|
|||
* capsfilter.
|
||||
*
|
||||
* MT safe.
|
||||
*
|
||||
* Since: 1.0.1
|
||||
*/
|
||||
void
|
||||
gst_base_transform_set_prefer_passthrough (GstBaseTransform * trans,
|
||||
|
|
|
@ -90,6 +90,7 @@ EXPORTS
|
|||
gst_base_transform_set_gap_aware
|
||||
gst_base_transform_set_in_place
|
||||
gst_base_transform_set_passthrough
|
||||
gst_base_transform_set_prefer_passthrough
|
||||
gst_base_transform_set_qos_enabled
|
||||
gst_base_transform_update_qos
|
||||
gst_bit_reader_free
|
||||
|
|
Loading…
Reference in a new issue