<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/11 Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On Mo, 2013-11-11 at 16:36 +0100, Alexander Zallesov wrote:<br>


> Thanx for response Adoni and Sebastian. I switched to gstreamer 1.2 and now<br>
> using adopted tutorials you suggested. I also added G_IO_MODULES := gnutls<br>
> to Android.mk file. But error looks to be still there in another form. For<br>
> pipeline with just mp3<br>
</div>> [...]<br>
<br>
Can you get debug logs of these? Ideally start with the simple case with<br>
mad and not with the amc decoder. Probably all having the same cause but<br>
that will give a simpler log :)<br></blockquote><div><br></div><div>In case you don't know how to enable GStreamer debug, you only have add the following line after gst_ios_init() [1]</div><div>gst_debug_set_default_threshold (GST_LEVEL_INFO); (equivalent to GST_DEBUG=4)</div>

<div>or</div><div>gst_debug_set_threshold_for_name ("*foosink", GST_LEVEL_DEBUG); (equivalent to GST_DEBUG=*foosink:5)</div><div><br></div><div>Cheers,</div><div>Andoni</div><div><br></div><div>[1] <a href="http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/tree/gst-sdk/tutorials/xcode%20iOS/Tutorial%202/main.m#n9">http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/tree/gst-sdk/tutorials/xcode%20iOS/Tutorial%202/main.m#n9</a> </div>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span class=""><font color="#888888"><br>
--<br>
Sebastian Dröge <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>><br>
</font></span><div class=""><div class="h5">Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</div></div><br>_______________________________________________<br>
gstreamer-android mailing list<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Andoni Morales Alastruey<br><br>LongoMatch:The Digital Coach<br><a href="http://www.longomatch.ylatuya.es">http://www.longomatch.ylatuya.es</a>
</div></div>