From 4e373aa9527fe5f17b52175ed2fcc2dd46a933e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 4 Oct 2012 11:24:09 +0100 Subject: [PATCH] docs: add Since markers for new API and add it to docs and .def file --- docs/libs/gstreamer-libs-sections.txt | 1 + libs/gst/base/gstbasetransform.c | 2 ++ win32/common/libgstbase.def | 1 + 3 files changed, 4 insertions(+) diff --git a/docs/libs/gstreamer-libs-sections.txt b/docs/libs/gstreamer-libs-sections.txt index 3a0694e..642d7f1 100644 --- a/docs/libs/gstreamer-libs-sections.txt +++ b/docs/libs/gstreamer-libs-sections.txt @@ -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 diff --git a/libs/gst/base/gstbasetransform.c b/libs/gst/base/gstbasetransform.c index b0d761a..fb8131e 100644 --- a/libs/gst/base/gstbasetransform.c +++ b/libs/gst/base/gstbasetransform.c @@ -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, diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index b535b19..bc52be4 100644 --- a/win32/common/libgstbase.def +++ b/win32/common/libgstbase.def @@ -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 -- 2.7.4