mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
matroska-mux: fix name of new property and the unit test
https://bugzilla.gnome.org/show_bug.cgi?id=654379
This commit is contained in:
parent
ab96fb7cdb
commit
337533ee84
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue