Using “videoflip method=…” got broken in GStreamer 1.22.0 and was only fixed in 1.20.3, leaving it broken until some time in the future for Debian 12 Bookworm users, including Raspberry Pi OS.
I was using “!videoflip method= …” with gst_parse_launch in my app
When and where and how can the video-direction be set? (when gstreamer is initialized, when the pipeline is created, or when video starts?)
The GstVideoDirection documentation isn’t very informative
The “video-direction” supports “custom” (GST_VIDEO_ORIENTATION_CUSTOM). Does it mean that element can support rotation by any degree? If so, how to pass that custom rotation degree and which unit it is?