[Bug 711785] iOS: avfvideosrc doesn't implement the AVCaptureVideoOrientation
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Nov 18 15:21:14 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=711785
GStreamer | gst-plugins-bad | git
Elio Francesconi <elio.francesconi> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|iOS: avfvideosrc video |iOS: avfvideosrc doesn't
|output 90 degree rotated |implement the
| |AVCaptureVideoOrientation
--- Comment #1 from Elio Francesconi <elio.francesconi at gmail.com> 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]];
}
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list