mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
urisourcebin: Bring high-watermark level in sync with legacy values
It was always 60%. For some reason this crept in during the initial urisourcebin refactoring. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2784>
This commit is contained in:
parent
b589cf12f2
commit
e8f768212c
2 changed files with 2 additions and 2 deletions
|
@ -11594,7 +11594,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "0.99",
|
||||
"default": "0.6",
|
||||
"max": "1",
|
||||
"min": "0",
|
||||
"mutable": "null",
|
||||
|
|
|
@ -216,7 +216,7 @@ enum
|
|||
#define DEFAULT_USE_BUFFERING TRUE
|
||||
#define DEFAULT_RING_BUFFER_MAX_SIZE 0
|
||||
#define DEFAULT_LOW_WATERMARK 0.01
|
||||
#define DEFAULT_HIGH_WATERMARK 0.99
|
||||
#define DEFAULT_HIGH_WATERMARK 0.60
|
||||
|
||||
#define ACTUAL_DEFAULT_BUFFER_SIZE 10 * 1024 * 1024 /* The value used for byte limits when buffer-size == -1 */
|
||||
#define ACTUAL_DEFAULT_BUFFER_DURATION 5 * GST_SECOND /* The value used for time limits when buffer-duration == -1 */
|
||||
|
|
Loading…
Reference in a new issue