From c150945e67cc05cbefff47f1aaca28bce3c8993e Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 2 Sep 2010 12:57:42 +0300 Subject: [PATCH] videotestsrc: fix typo in property description --- gst/videotestsrc/gstvideotestsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videotestsrc/gstvideotestsrc.c b/gst/videotestsrc/gstvideotestsrc.c index d897582..a1e86c0 100644 --- a/gst/videotestsrc/gstvideotestsrc.c +++ b/gst/videotestsrc/gstvideotestsrc.c @@ -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", -- 2.7.4