Deepstream-test-3 display

Hello,

I am trying to use nveglglessink with gst_element_factory_make (“queue”, “queue”) but this combination return the next error:

  • Elements could not be linked. Exiting.

Can I use queue with nveglglessink?

Many thanks.

Needs to add the sink component at the end of the pipeline.
If you have no display or do not want display, you can try gst_element_factory_make (“fakesink”, “sink”)