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.
This commit is contained in:
Mart Raudsepp 2011-07-31 04:19:00 +03:00 committed by Tim-Philipp Müller
parent 25ace0e524
commit 62cd1215c7

View file

@ -609,7 +609,7 @@ gst_deinterlace_class_init (GstDeinterlaceClass * klass)
* processing latency and accuracy of timestamp adjustment for telecine * processing latency and accuracy of timestamp adjustment for telecine
* streams. * streams.
* *
* Since: 0.10.29. * Since: 0.10.31
* *
*/ */
g_object_class_install_property (gobject_class, PROP_LOCKING, 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. * This selects whether to ignore obscure/rare telecine patterns.
* NTSC 2:3 pulldown variants are the only really common 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, 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 * This selects whether to drop orphan fields at the beginning of telecine
* patterns in active locking mode. * patterns in active locking mode.
* *
* Since: 0.10.29. * Since: 0.10.31
* *
*/ */
g_object_class_install_property (gobject_class, PROP_DROP_ORPHANS, g_object_class_install_property (gobject_class, PROP_DROP_ORPHANS,