docs: add Since markers for new API and add it to docs and .def file

This commit is contained in:
Tim-Philipp Müller 2012-10-04 11:24:09 +01:00
parent e11ca04ae7
commit 4e373aa952
3 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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,

View file

@ -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