appsrc: Allow changin leaky-type in PLAYING state
No reason not to. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8824>
This commit is contained in:
parent
295c409115
commit
20739fa673
@ -580,7 +580,7 @@ gst_app_src_class_init (GstAppSrcClass * klass)
|
||||
"Whether to drop buffers once the internal queue is full",
|
||||
GST_TYPE_APP_LEAKY_TYPE,
|
||||
DEFAULT_PROP_LEAKY_TYPE,
|
||||
G_PARAM_READWRITE | GST_PARAM_MUTABLE_READY |
|
||||
G_PARAM_READWRITE | GST_PARAM_MUTABLE_PLAYING |
|
||||
G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user