After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 711785 - iOS: avfvideosrc doesn't implement the AVCaptureVideoOrientation
iOS: avfvideosrc doesn't implement the AVCaptureVideoOrientation
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-10 17:24 UTC by Elio Francesconi
Modified: 2018-11-03 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elio Francesconi 2013-11-10 17:24:10 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.
Comment 1 Elio Francesconi 2013-11-18 23:21:10 UTC
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]];
}
Comment 2 dkabyshev 2015-01-23 13:17:30 UTC
Hi,

A year later the issue is still there. Really missing the fix.
Comment 3 GStreamer system administrator 2018-11-03 13:18:39 UTC
-- 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.