iOS: avfvideosrc doesn't implement the AVCaptureVideoOrientation
Submitted by Elio Francesconi
Link to original bug (#711785)
Description
I tested this pipeline under iOS with this pipeline:
pipeline = gst_parse_launch("avfvideosrc ! videoconvert ! autovideosink", &error);
The video result is 90 degree rotated.