mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
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:
parent
25ace0e524
commit
62cd1215c7
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue