Decodebin and multiqueue
Duchassin Frederic
duchassin at sefram.fr
Fri Feb 22 08:23:29 UTC 2019
Hello ,
OK good to understand that all three 0 is not valid.
My decodebin place a multiqueue inside my pipeline. I just would like to
set this multiqueue with all 0 but it doesn't work:
- if i set my multique size in "element-added" signal, decodebin
write a new size later !
Is there a way to force this multiqueue size with all 0 ?
BR
Frédéric
Le 22/02/2019 à 07:13, Vinod Kesti a écrit :
> All three 0 values is not valid.
>
> Use below properties of decodebin to set the buffer size.
>
> max-size-bytes : Max. amount of bytes in the queue (0=automatic)
> flags: readable, writable
> Unsigned Integer. Range: 0 - 4294967295 Default: 0
> max-size-buffers : Max. number of buffers in the queue (0=automatic)
> flags: readable, writable
> Unsigned Integer. Range: 0 - 4294967295 Default: 0
> max-size-time : Max. amount of data in the queue (in ns,
> 0=automatic)
> flags: readable, writable
> Unsigned Integer64. Range: 0 - 18446744073709551615
> Default: 0
>
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list