Nvvidconv properties flip-method

New to learning the deepstream api.

I am having an issue setting the flip-method property on the nvvidconv element.
Everything works great when running a pipeline from the command line, nvvidconv flip-method=6.
But when converting the same pipeline to python I get an error stating that ‘Gstnvvconv’ does not have property ‘flip-method’.
gst-inspect-1.0 reports that nvvidconv does indeed have a property named flip-method.

ok. tried gstreamer element videoflip, same results, then found this conversation.

done.

Glad to know issue fixed.