mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
videotestsrc: fix typo in property description
This commit is contained in:
parent
ca24ece36b
commit
c150945e67
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ gst_video_test_src_class_init (GstVideoTestSrcClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, PROP_KXY,
|
||||
g_param_spec_int ("kxy", "Zoneplate x*y product phase",
|
||||
"Zoneplate x*t product phase", G_MININT32, G_MAXINT32, 0,
|
||||
"Zoneplate x*y product phase", G_MININT32, G_MAXINT32, 0,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, PROP_KX2,
|
||||
g_param_spec_int ("kx2", "Zoneplate 2nd order x phase",
|
||||
|
|
Loading…
Reference in a new issue