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:
Sebastian Dröge 2025-04-11 18:17:53 +03:00 committed by GStreamer Marge Bot
parent 295c409115
commit 20739fa673

View File

@ -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));
/**