From: Tim-Philipp Müller Date: Thu, 1 Dec 2011 13:22:42 +0000 (+0000) Subject: matroska-mux: fix name of new property and the unit test X-Git-Tag: RELEASE-0.11.1~7^2~142 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=337533ee843eb86289f4550293b30a853b31e94e;p=platform%2Fupstream%2Fgst-plugins-good.git matroska-mux: fix name of new property and the unit test https://bugzilla.gnome.org/show_bug.cgi?id=654379 --- diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index 38729b0..99bcc42 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -415,7 +415,7 @@ gst_matroskamux_pad_class_init (GstPadClass * klass) gobject_class->get_property = gst_matroskamux_pad_get_property; g_object_class_install_property (gobject_class, PROP_PAD_FRAME_DURATION, - g_param_spec_boolean ("frame_duration", "Frame duration", + g_param_spec_boolean ("frame-duration", "Frame duration", "Default frame duration", DEFAULT_PAD_FRAME_DURATION, G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS)); }