diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index 6f0905e21c..4238b0547b 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -3264,7 +3264,7 @@ gst_rtsp_watch_unref (GstRTSPWatch * watch) * * A value of 0 for @bytes or @messages means no limits. * - * Since: 1.1.1 + * Since: 1.2 */ void gst_rtsp_watch_set_send_backlog (GstRTSPWatch * watch, @@ -3290,7 +3290,7 @@ gst_rtsp_watch_set_send_backlog (GstRTSPWatch * watch, * Get the maximum amount of bytes and messages that will be queued in @watch. * See gst_rtsp_watch_set_send_backlog(). * - * Since: 1.1.1 + * Since: 1.2 */ void gst_rtsp_watch_get_send_backlog (GstRTSPWatch * watch, diff --git a/gst-libs/gst/rtsp/gstrtspdefs.c b/gst-libs/gst/rtsp/gstrtspdefs.c index 2fdc9c95d6..0ff0e7abf4 100644 --- a/gst-libs/gst/rtsp/gstrtspdefs.c +++ b/gst-libs/gst/rtsp/gstrtspdefs.c @@ -474,7 +474,7 @@ gst_rtsp_options_as_text (GstRTSPMethod options) * * Returns: a #GstRTSPMethod * - * Since: 1.1.1 + * Since: 1.2 */ GstRTSPMethod gst_rtsp_options_from_text (const gchar * options) diff --git a/gst-libs/gst/rtsp/gstrtsprange.c b/gst-libs/gst/rtsp/gstrtsprange.c index 71974557e7..f523afe7bd 100644 --- a/gst-libs/gst/rtsp/gstrtsprange.c +++ b/gst-libs/gst/rtsp/gstrtsprange.c @@ -576,7 +576,7 @@ get_time (GstRTSPRangeUnit unit, const GstRTSPTime * t1, * * Returns: %TRUE on success. * - * Since: 1.1.1 + * Since: 1.2 */ gboolean gst_rtsp_range_get_times (const GstRTSPTimeRange * range, diff --git a/gst-libs/gst/rtsp/gstrtsprange.h b/gst-libs/gst/rtsp/gstrtsprange.h index 2dc046986b..c80099bfb5 100644 --- a/gst-libs/gst/rtsp/gstrtsprange.h +++ b/gst-libs/gst/rtsp/gstrtsprange.h @@ -114,7 +114,7 @@ struct _GstRTSPTime { * * Extra fields for a time indication. * - * Since: 1.1.1 + * Since: 1.2 */ struct _GstRTSPTime2 { gdouble frames; @@ -128,8 +128,8 @@ struct _GstRTSPTime2 { * @unit: the time units used * @min: the minimum interval * @max: the maximum interval - * @min2: extra fields in the minimum interval (Since: 1.1.1) - * @max2: extra fields in the maximum interval (Since: 1.1.1) + * @min2: extra fields in the minimum interval (Since: 1.2) + * @max2: extra fields in the maximum interval (Since: 1.2) * * A time range. */