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:
Edward Hervey 2022-11-07 10:01:57 +01:00 committed by GStreamer Marge Bot
parent b589cf12f2
commit e8f768212c
2 changed files with 2 additions and 2 deletions

View file

@ -11594,7 +11594,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "0.99",
"default": "0.6",
"max": "1",
"min": "0",
"mutable": "null",

View file

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