<div dir="ltr"><span style="font-family:Arial,sans-serif;font-size:15.008px">I have written an element (Derived from Gst.Element) whose caps are as follows:</span><br style="font-family:Arial,sans-serif;font-size:15.008px"><span style="font-family:Arial,sans-serif;font-size:15.008px">“video/x-raw(memory:CUDAMemory), format=RGB, height=1080, width=1920”. This is for both src and sink.</span><br style="font-family:Arial,sans-serif;font-size:15.008px"><span style="font-family:Arial,sans-serif;font-size:15.008px">Now when I want to push buffers to the src pad and into cudaconvertscale I get the value </span><code style="font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace;font-size:15.008px">GST_FLOW_NOT_NEGOTIATED</code><span style="font-family:Arial,sans-serif;font-size:15.008px">. What could be the reason?</span><br></div>