Hi all,

We are using <strong>gstreamer 1.5.0.1</strong> on <strong>iOS 8.4.1</strong>. We are trying to crop a stream from 640x480 to 640x360 as follows
<br/><br/><strong><code>avfvideosrc ! video/x-raw,width=640,height=480,framerate=30/1 ! aspectratiocrop aspect-ratio=16/9 ! tee name=tp tp. ! queue ! videoconvert ! autovideosink</code></strong><br/> <br/> But GStreamer throws following error<br><br>
<strong>Unable to build pipeline: no element "aspectratiocrop"</strong>
<br/><br />
We have applyed <strong>videocrop</strong> and <strong>videobox</strong> in same pipeline and got same error message respectively. Is these elements has ported to iOS 8.4.1? If it is not ported is there any way to get pipeline working using any of these element?

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/aspectratiocrop-videocrop-and-videobox-is-not-available-on-iOS-tp4673613.html">aspectratiocrop, videocrop and videobox is not available on iOS</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>