docs: update since markers for new NO_RESYNC flag
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 4 Jan 2013 12:50:47 +0000 (12:50 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 4 Jan 2013 12:50:47 +0000 (12:50 +0000)
gst/gstbin.h

index 6f7f8c9fd155f07c069a2f1c0b85bcebe46a0271..06cbc743bd85c0c1b63d19ee4e14eaa7c6d98eda 100644 (file)
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
 /**
  * GstBinFlags:
  * @GST_BIN_FLAG_NO_RESYNC: don't resync a state change when elements are
- *             added or linked in the bin.
+ *             added or linked in the bin (Since 1.0.5)
  * @GST_BIN_FLAG_LAST: the last enum in the series of flags for bins.
  * Derived classes can use this as first value in a list of flags.
  *
@@ -62,7 +62,7 @@ typedef enum {
  * Check if @bin will resync its state change when elements are added and
  * removed.
  *
- * Since: 1.1.1
+ * Since: 1.0.5
  */
 #define GST_BIN_IS_NO_RESYNC(bin)        (GST_OBJECT_FLAG_IS_SET(bin,GST_BIN_FLAG_NO_RESYNC))