multifilesink: don't OR the same flag twice
https://bugzilla.gnome.org/show_bug.cgi?id=736462
This commit is contained in:
parent
53b5a44a06
commit
86579c59bf
@ -232,7 +232,7 @@ gst_multi_file_sink_class_init (GstMultiFileSinkClass * klass)
|
|||||||
g_param_spec_enum ("next-file", "Next File",
|
g_param_spec_enum ("next-file", "Next File",
|
||||||
"When to start a new file",
|
"When to start a new file",
|
||||||
GST_TYPE_MULTI_FILE_SINK_NEXT, DEFAULT_NEXT_FILE,
|
GST_TYPE_MULTI_FILE_SINK_NEXT, DEFAULT_NEXT_FILE,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user