mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ gst_multi_file_sink_class_init (GstMultiFileSinkClass * klass)
|
|||
g_param_spec_enum ("next-file", "Next File",
|
||||
"When to start a new 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…
Reference in a new issue