docs: cosmetic since marker fixes

This commit is contained in:
Tim-Philipp Müller 2013-11-16 12:29:04 +00:00
parent b13a722746
commit 4af1e064fe
4 changed files with 7 additions and 7 deletions

View file

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

View file

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

View file

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

View file

@ -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.
*/