deinterlace: Fix Since tags for fieldanalysis related new properties
authorMart Raudsepp <leio@gentoo.org>
Sun, 31 Jul 2011 01:19:00 +0000 (04:19 +0300)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 2 Aug 2011 22:38:13 +0000 (23:38 +0100)
commit c1b100cf9c is after 0.10.29 and 0.10.30 was a branched release.
So fix Since tags from 0.10.29 to 0.10.31 for the new properties.

gst/deinterlace/gstdeinterlace.c

index 415cb00..c4d6cf9 100644 (file)
@@ -609,7 +609,7 @@ gst_deinterlace_class_init (GstDeinterlaceClass * klass)
    * processing latency and accuracy of timestamp adjustment for telecine
    * streams.
    *
-   * Since: 0.10.29.
+   * Since: 0.10.31
    *
    */
   g_object_class_install_property (gobject_class, PROP_LOCKING,
@@ -623,7 +623,7 @@ gst_deinterlace_class_init (GstDeinterlaceClass * klass)
    * This selects whether to ignore obscure/rare telecine patterns.
    * NTSC 2:3 pulldown variants are the only really common patterns.
    *
-   * Since: 0.10.29.
+   * Since: 0.10.31
    *
    */
   g_object_class_install_property (gobject_class, PROP_IGNORE_OBSCURE,
@@ -638,7 +638,7 @@ gst_deinterlace_class_init (GstDeinterlaceClass * klass)
    * This selects whether to drop orphan fields at the beginning of telecine
    * patterns in active locking mode.
    *
-   * Since: 0.10.29.
+   * Since: 0.10.31
    *
    */
   g_object_class_install_property (gobject_class, PROP_DROP_ORPHANS,