I don't know anything about the code you are working with, especially iOS. What you will need to do is set GST_DEBUG to get debugging info on the proper plugin(s). You could start with GST_DEBUG=*:2 which will give you some debugging info on all plugins. Look to see what plugins look 'interesting' and adjust the value. The higher the number the more output you get. The syntax is: GST_DEBUG=ModuleName:level;Module2:level2;etc. I don't know how to set an environment variable in iOS. Sorry I can't give you more help.<br>
<br><div class="gmail_quote">On Tue, Oct 23, 2012 at 11:04 AM, rpappalax <span dir="ltr"><<a href="mailto:rpappalax@gmail.com" target="_blank">rpappalax@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
That makes sense.  I've looked through coremediabuffer.c, corevideobuffer.c<br>
and the other apis in applemedia, but I'm still not sure how I might isolate<br>
where this buffer misalignment is taking place.  I'd appreciate any guidance<br>
on this you'd be willing to provide.<br>
Also, since I never saw this issue prior to the upgrade to iOS6, would there<br>
be a way to isolate if the issue were within the AVFoundation itself?<br>
<br>
Thanks!<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/iOS-capture-problem-tp4656685p4656695.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/iOS-capture-problem-tp4656685p4656695.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>