From: Mart Raudsepp Date: Sun, 31 Jul 2011 01:19:00 +0000 (+0300) Subject: deinterlace: Fix Since tags for fieldanalysis related new properties X-Git-Tag: RELEASE-0.11.1~7^2~364 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62cd1215c7fc00bf03f5a93f0bc27827e4a48077;p=platform%2Fupstream%2Fgst-plugins-good.git deinterlace: Fix Since tags for fieldanalysis related new properties 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. --- diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index 415cb00..c4d6cf9 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -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,