GNOME Bugzilla – Bug 711785
iOS: avfvideosrc doesn't implement the AVCaptureVideoOrientation
Last modified: 2018-11-03 13:18:39 UTC
I tested this pipeline under iOS with this pipeline: pipeline = gst_parse_launch("avfvideosrc ! videoconvert ! autovideosink", &error); The video result is 90 degree rotated.
The avfvideosrc plugin doesn't support video rotation, very useful on iPhone and iPad where the device can be rotated. According with documentation, setVideoOrientation is an attribute of AVCaptureConnection if([connection isVideoOrientationSupported]) { [connection setVideoOrientation:[[UIDevice currentDevice] orientation]]; }
Hi, A year later the issue is still there. Really missing the fix.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/116.