matroskamux: don't bitwise OR the same flag twice

https://bugzilla.gnome.org//show_bug.cgi?id=736543
This commit is contained in:
Anuj Jaiswal 2014-09-12 13:36:18 +05:30 committed by Tim-Philipp Müller
parent 4c08f2694d
commit 4242495ea7

View file

@ -327,8 +327,7 @@ gst_matroska_mux_class_init (GstMatroskaMuxClass * klass)
g_param_spec_boolean ("streamable", "Determines whether output should "
"be streamable", "If set to true, the output should be as if it is "
"to be streamed and hence no indexes written or duration written.",
DEFAULT_STREAMABLE,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_STATIC_STRINGS));
DEFAULT_STREAMABLE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
gstelement_class->change_state =
GST_DEBUG_FUNCPTR (gst_matroska_mux_change_state);