Decklink Video Capture with Deepstream

https://gstreamer.freedesktop.org/documentation/decklink/decklinkvideosrc.html?gi-language=c

we are currently using this to get the input from decklink card using gstreamer. How can we pipe this to deepstream?

Deepstream is a gstreamer based SDK. You can use any source to setup deeptream pipeline if the format is compatible.
'decklinkvideosrc ’ is just a source. You can just use it as other sources.

Please make sure you are familiar with gstreamer basic knowledge and coding skills before you start with deepstreamSDK.