From ae2b4f8899a65377e10aa1156dff510b8ea665ae Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 13 Jan 2020 18:32:59 -0300 Subject: [PATCH] encodebin: Add missing 'Since' marker --- gst-libs/gst/pbutils/encoding-profile.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c index 35c45ac240..78239a3030 100644 --- a/gst-libs/gst/pbutils/encoding-profile.c +++ b/gst-libs/gst/pbutils/encoding-profile.c @@ -649,6 +649,8 @@ gst_encoding_profile_set_allow_dynamic_output (GstEncodingProfile * profile, * Returns: #TRUE if the stream represented by @profile should use a single * segment before the encoder, #FALSE otherwise. This means that buffers will be retimestamped * and segments will be eat so as to appear as one segment. + * + * Since: 1.18 */ gboolean gst_encoding_profile_get_single_segment (GstEncodingProfile * profile) @@ -666,6 +668,8 @@ gst_encoding_profile_get_single_segment (GstEncodingProfile * profile) * * If using a single segment, buffers will be retimestamped * and segments will be eat so as to appear as one segment. + * + * Since: 1.18 */ void gst_encoding_profile_set_single_segment (GstEncodingProfile * profile,