<div dir="ltr">Do you know if there are any tutorial about how t<span style="font-family:arial,sans-serif;font-size:12.800000190734863px">o upgrade to GStreamer 1.2.x ?.</span><div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br>
</span></div><div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">Regards.</span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-08 20:02 GMT+01:00 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sa, 2014-02-08 at 12:59 +0100, JPM wrote:<br>
> Hi,<br>
><br>
> I am trying to stream audio from android device (gstreamer 0.10) with this<br>
> pipeline :<br>
><br>
> data->pipeline = gst_parse_launch("audiotestsrc ! audioconvert !<br>
> audio/x-raw-int,channels=1,depth=16,width=16,rate=48000 ! rtpL16pay !<br>
> udpsink host=192.168.1.150 port=5003", &error);<br>
><br>
> It works with audiotestsrc but when I try to stream audio from microphone :<br>
><br>
> data->pipeline = gst_parse_launch("autoaudiosrc ! audioconvert !<br>
> audio/x-raw-int,channels=1,depth=16,width=16,rate=48000 ! rtpL16pay !<br>
> udpsink host=192.168.1.150 port=5003", &error);<br>
><br>
> the following error appears : "Error received from element audioconvert0:<br>
> not negotiated"<br>
><br>
> Any help ?<br>
<br>
</div></div>First try if the problem still happens with GStreamer 1.2.x.<br>
<br>
But in general try to get a more complete debug log of the problem by<br>
e.g. calling gst_debug_set_default_threshold(GST_LEVEL_DEBUG) before<br>
starting your pipeline. Your "adb logcat" will be flooded with useful<br>
information then.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><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></div>