Gstreamer related issue, queue after tee

Is it a must to use queue after tee? If using format “video/x-raw” as output format of the decoder, is queue still a must?
My pipeline is following:
… nvv4l2decoder ! “video/x-raw(memory:NVMM)” ! tee name=t t. ! queue ! nvvidconv … t. ! queue ! nvvidconv …

Thanks

Hi,
Yes, you would need queue plugin for buffering. Or tee may not work properly.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.