GNOME Bugzilla – Bug 784672
*decodebin: make it possible to disable max-size-*
Last modified: 2018-11-03 11:57:38 UTC
decodebin considers max-size-* == 0 means "automatic", and previously didn't expose any value to mean "disable". We now consider G_MAXUINT* to mean disable, and translate 0 to G_MAXUINT* in uridecodebin, this in order not to break the API. From the command-line, one can use -1.
Created attachment 355123 [details] [review] *decodebin: make it possible to disable max-size-*
What is the use case of this?
(In reply to Sebastian Dröge (slomo) from comment #2) > What is the use case of this? Well same use case as multiqueue really, the user wants to control how buffering happens in the uridecodebin's multiqueue, and wants to diable say max-size-buffers and max-size-bytes so that only max-size-time is taken into account to determine fullness
Sebastian ? :)
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/363.