Custom Gstreamer plugin - To support multiple (2) source pad
问题 Hope all are doing great! I wanted to know your valuable inputs and suggestions on the Gstreamer pipeline requirement mentioned below. My requirement is to design the custom plugin which can support two different input frames to perform the custom operation on it. The one frame will be coming from the scalar element and the second frame from the decoder element . Is it feasible to design a custom GStreamer plugin to support multiple source pads? If yes then can anyone guide me on how do it is