Hi, gstreamer-devel:<br><br>&nbsp;&nbsp;&nbsp; I have not Mac so I cannot test your problem. I&#39;d like to get one but Mac is expensive in China and seems that scratchbox cannot be installed on Mac. I need a cross-compile environment so now Linux is the prefer OS for me.<br>
<br>&nbsp;&nbsp;&nbsp; Sjoerd, Maybe you should run this pipeline with root privilege? In Linux, we use `sudo&#39; to get root permission.<br><br>Eric Zhang<br><br><div class="gmail_quote">2008/11/13 Sjoerd Op &#39;t Land <span dir="ltr">&lt;<a href="mailto:sjoerd@intercue.nl">sjoerd@intercue.nl</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello all,<br>
<br>
Meanwhile I read some more on autoplugging and capfilters, but I still<br>
can&#39;t seem to get this pipeline to work. To determine whether or not<br>
this is a bug, could anyone using a Mac try these pipelines and report<br>
on the results? For example, does it work under 10.4?<br>
<br>
I also mailed with the creator of the plugin, but he wrote:<br>
&gt; Please send to the gstreamer-devel mailing list.<br>
&gt;<br>
&gt; Zaheer<br>
<br>
<br>
And so I did...<br>
<br>
Thanks in advance for any input,<br>
Sjoerd Op &#39;t Land<br>
<br>
Op 12 nov 2008, om 09:11 heeft Sjoerd Op &#39;t Land het volgende<br>
geschreven:<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; Hi Eric,<br>
&gt;<br>
&gt; Thanks for your quick response. In fact my problem is with<br>
&gt; osxaudiosrc, so let&#39;s focus on that element. In the source code of<br>
&gt; osxaudiosrc, I found this &quot;Example launch line&quot;<br>
&gt;<br>
&gt; &nbsp; gst-launch -v -m osxaudiosrc ! fakesink<br>
&gt;<br>
&gt; Which generates (...)osxaudiosrc0: Could not negotiate format.<br>
&gt; Apparently, either (a) there is no format that satisfies the pads of<br>
&gt; osxaudiosrc and fakesink, or (b) there are multiple formats that<br>
&gt; satisfy the pads of osxaudiosrc and fakesink (is this reasoning<br>
&gt; correct?). Adding audioconvert ! audioresample does not help:<br>
&gt;<br>
&gt; &nbsp; gst-launch -v -m osxaudiosrc ! audioconvert ! audioresample !<br>
&gt; fakesink<br>
&gt;<br>
&gt; Also results in (...)osxaudiosrc0: Could not negotiate format. Perhaps<br>
&gt; I should force the format:<br>
&gt;<br>
&gt; &nbsp; gst-launch -v -m osxaudiosrc ! audioconvert ! audioresample ! audio/<br>
&gt; x-raw-float,rate=44100,channels=2,width=32,depth=32 ! fakesink<br>
&gt;<br>
&gt; &nbsp; gst-launch -v -m osxaudiosrc ! audio/x-raw-<br>
&gt; float,rate=44100,channels=2,width=32,depth=32 ! audioconvert !<br>
&gt; audioresample ! audio/x-raw-<br>
&gt; float,rate=44100,channels=2,width=32,depth=32 ! fakesink<br>
&gt;<br>
&gt; Both result in (...)osxaudiosrc0: Could not negotiate format. For<br>
&gt; completeness I added the complete output at the bottom of this e-mail.<br>
&gt;<br>
&gt; Thanks in advance for any suggestions,<br>
&gt; Sjoerd Op &#39;t Land<br>
&gt;<br>
&gt; Op 12 nov 2008, om 02:29 heeft Eric Zhang het volgende geschreven:<br>
&gt;<br>
&gt;&gt; Hi, gstreamer-devel:<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;Actually, I don&#39;t get what your problem is. Maybe this is<br>
&gt;&gt; because a language limitation. if you wanna use osxaudiosink, add<br>
&gt;&gt; converter or any other filter elements into your pipeline, otherwise<br>
&gt;&gt; the not-negotiation error occurs. This is the sample pipeline from<br>
&gt;&gt; osxaudiosink&#39;s manual:<br>
&gt;&gt;<br>
&gt;&gt; gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec !<br>
&gt;&gt; audioconvert ! audioresample ! osxaudiosink<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;I think your can read gstreamer developer guide and maybe you<br>
&gt;&gt; will figure out the answer yourself while reading it.<br>
&gt;&gt;<br>
&gt;&gt; Eric Zhang<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; 2008/11/11 Sjoerd Op &#39;t Land &lt;<a href="mailto:sjoerd@intercue.nl">sjoerd@intercue.nl</a>&gt;<br>
&gt;&gt; Hello all,<br>
&gt;&gt;<br>
&gt;&gt; I am new to gstreamer, so please forgive me if the errors encountered<br>
&gt;&gt; are due to my inexperience. I am running Mac OS 10.5.5 on a MacBook<br>
&gt;&gt; Core 2 Duo and I compiled gstreamer, gst-plugins-base and gst-<br>
&gt;&gt; plugins-<br>
&gt;&gt; good from cvs (<a href="http://0.10.21.1" target="_blank">0.10.21.1</a>).<br>
&gt;&gt;<br>
&gt;&gt; To start off, I wanted to create an audio loopthrough. First, I tried<br>
&gt;&gt; to get the output to work. With a little modification, I was able to<br>
&gt;&gt; produce a sine:<br>
&gt;&gt;<br>
&gt;&gt;&gt; gst-launch audiotestsrc ! audioconvert ! audio/x-raw-<br>
&gt;&gt; float,channels=2,width=32,depth=32 ! osxaudiosink<br>
&gt;&gt;<br>
&gt;&gt; (My first attempt failed, I don&#39;t know whether this is expected<br>
&gt;&gt; behaviour:<br>
&gt;&gt;&gt; gst-launch audiotestsrc ! osxaudiosink<br>
&gt;&gt; Setting pipeline to PAUSED ...<br>
&gt;&gt; Pipeline is PREROLLING ...<br>
&gt;&gt; ERROR: from element /GstPipeline:pipeline0/<br>
&gt;&gt; GstAudioTestSrc:audiotestsrc0: Internal data flow error.<br>
&gt;&gt; Additional debug info:<br>
&gt;&gt; gstbasesrc.c(2292): gst_base_src_loop (): /GstPipeline:pipeline0/<br>
&gt;&gt; GstAudioTestSrc:audiotestsrc0:<br>
&gt;&gt; streaming task paused, reason not-negotiated (-4)<br>
&gt;&gt; ERROR: pipeline doesn&#39;t want to preroll.<br>
&gt;&gt; Setting pipeline to NULL ...<br>
&gt;&gt; FREEING pipeline ...)<br>
&gt;&gt;<br>
&gt;&gt; The reason I am mailing you, is that I can&#39;t seem to get osxaudiosrc<br>
&gt;&gt; to function, tried various stream types and convert/resample options.<br>
&gt;&gt; The command line suggested in the source code unfortunately does not<br>
&gt;&gt; function:<br>
&gt;&gt;<br>
&gt;&gt;&gt; gst-launch -v -m osxaudiosrc ! fakesink<br>
&gt;&gt; Setting pipeline to PAUSED ...<br>
&gt;&gt; ERROR: Pipeline doesn&#39;t want to pause.<br>
&gt;&gt; Got Message from element &quot;fakesink0&quot; (state-changed):<br>
&gt;&gt; GstMessageState,<br>
&gt;&gt; old-state=(GstState)GST_STATE_NULL, new-<br>
&gt;&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt;&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt;&gt; Got Message from element &quot;osxaudiosrc0&quot; (state-changed):<br>
&gt;&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt;&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt;&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt;&gt; Got Message from element &quot;pipeline0&quot; (state-changed):<br>
&gt;&gt; GstMessageState,<br>
&gt;&gt; old-state=(GstState)GST_STATE_NULL, new-<br>
&gt;&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt;&gt; state=(GstState)GST_STATE_PAUSED;<br>
&gt;&gt; Got Message from element &quot;osxaudiosrc0&quot; (error): GstMessageError,<br>
&gt;&gt; gerror=(GstGError)(NULL), debug=(string)&quot;gstbasesrc.c\(2484\):\<br>
&gt;&gt; gst_base_src_start\ \(\):\ /GstPipeline:pipeline0/<br>
&gt;&gt; GstOsxAudioSrc:osxaudiosrc0:\012Check\ your\ filtered\ caps\,\ if\<br>
&gt;&gt; any&quot;;<br>
&gt;&gt; ERROR: from element /GstPipeline:pipeline0/<br>
&gt;&gt; GstOsxAudioSrc:osxaudiosrc0: Could not negotiate format<br>
&gt;&gt; Additional debug info:<br>
&gt;&gt; gstbasesrc.c(2484): gst_base_src_start (): /GstPipeline:pipeline0/<br>
&gt;&gt; GstOsxAudioSrc:osxaudiosrc0:<br>
&gt;&gt; Check your filtered caps, if any<br>
&gt;&gt; Setting pipeline to NULL ...<br>
&gt;&gt; FREEING pipeline ...<br>
&gt;&gt;<br>
&gt;&gt; Thanks in advance for any suggestions. Again, I apologise beforehand<br>
&gt;&gt; if this is an error of mine, due to my inexperience with GStreamer.<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt; Sjoerd Op &#39;t Land<br>
&gt;<br>
&gt; ========= Output listing 1 =========<br>
&gt; $ gst-launch -v -m osxaudiosrc ! fakesink<br>
&gt; Setting pipeline to PAUSED ...<br>
&gt; ERROR: Pipeline doesn&#39;t want to pause.<br>
&gt; Got Message from element &quot;fakesink0&quot; (state-changed): GstMessageState,<br>
&gt; old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;osxaudiosrc0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;pipeline0&quot; (state-changed): GstMessageState,<br>
&gt; old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_PAUSED;<br>
&gt; Got Message from element &quot;osxaudiosrc0&quot; (error): GstMessageError,<br>
&gt; gerror=(GstGError)(NULL), debug=(string)&quot;gstbasesrc.c\(2484\):\<br>
&gt; gst_base_src_start\ \(\):\ /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0:\012Check\ your\ filtered\ caps\,\ if\<br>
&gt; any&quot;;<br>
&gt; ERROR: from element /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0: Could not negotiate format<br>
&gt; Additional debug info:<br>
&gt; gstbasesrc.c(2484): gst_base_src_start (): /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0:<br>
&gt; Check your filtered caps, if any<br>
&gt; Setting pipeline to NULL ...<br>
&gt; FREEING pipeline ...<br>
&gt;<br>
&gt; ========= Output listing 2 =========<br>
&gt; $ gst-launch -v -m osxaudiosrc ! audioconvert ! audioresample !<br>
&gt; fakesink<br>
&gt; Setting pipeline to PAUSED ...<br>
&gt; ERROR: Pipeline doesn&#39;t want to pause.<br>
&gt; Got Message from element &quot;fakesink0&quot; (state-changed): GstMessageState,<br>
&gt; old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;audioresample0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;audioconvert0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;osxaudiosrc0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;pipeline0&quot; (state-changed): GstMessageState,<br>
&gt; old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_PAUSED;<br>
&gt; Got Message from element &quot;audioresample0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_READY, new-<br>
&gt; state=(GstState)GST_STATE_PAUSED, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;audioconvert0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_READY, new-<br>
&gt; state=(GstState)GST_STATE_PAUSED, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;osxaudiosrc0&quot; (error): GstMessageError,<br>
&gt; gerror=(GstGError)(NULL), debug=(string)&quot;gstbasesrc.c\(2484\):\<br>
&gt; gst_base_src_start\ \(\):\ /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0:\012Check\ your\ filtered\ caps\,\ if\<br>
&gt; any&quot;;<br>
&gt; ERROR: from element /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0: Could not negotiate format<br>
&gt; Additional debug info:<br>
&gt; gstbasesrc.c(2484): gst_base_src_start (): /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0:<br>
&gt; Check your filtered caps, if any<br>
&gt; Setting pipeline to NULL ...<br>
&gt; FREEING pipeline ...<br>
&gt;<br>
&gt; ========= Output listing 3 =========<br>
&gt; $ gst-launch -v -m osxaudiosrc ! audioconvert ! audioresample ! audio/<br>
&gt; x-raw-float,rate=44100,channels=2,width=32,depth=32 ! fakesink<br>
&gt; Setting pipeline to PAUSED ...<br>
&gt; ERROR: Pipeline doesn&#39;t want to pause.<br>
&gt; Got Message from element &quot;fakesink0&quot; (state-changed): GstMessageState,<br>
&gt; old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;capsfilter0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;audioresample0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;audioconvert0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;osxaudiosrc0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;pipeline0&quot; (state-changed): GstMessageState,<br>
&gt; old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_PAUSED;<br>
&gt; Got Message from element &quot;capsfilter0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_READY, new-<br>
&gt; state=(GstState)GST_STATE_PAUSED, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;audioresample0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_READY, new-<br>
&gt; state=(GstState)GST_STATE_PAUSED, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;audioconvert0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_READY, new-<br>
&gt; state=(GstState)GST_STATE_PAUSED, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;osxaudiosrc0&quot; (error): GstMessageError,<br>
&gt; gerror=(GstGError)(NULL), debug=(string)&quot;gstbasesrc.c\(2484\):\<br>
&gt; gst_base_src_start\ \(\):\ /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0:\012Check\ your\ filtered\ caps\,\ if\<br>
&gt; any&quot;;<br>
&gt; ERROR: from element /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0: Could not negotiate format<br>
&gt; Additional debug info:<br>
&gt; gstbasesrc.c(2484): gst_base_src_start (): /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0:<br>
&gt; Check your filtered caps, if any<br>
&gt; Setting pipeline to NULL ...<br>
&gt; FREEING pipeline ...<br>
&gt;<br>
&gt; ========= Output listing 4 =========<br>
&gt; $ gst-launch -v -m osxaudiosrc ! audio/x-raw-<br>
&gt; float,rate=44100,channels=2,width=32,depth=32 ! audioconvert !<br>
&gt; audioresample ! audio/x-raw-<br>
&gt; float,rate=44100,channels=2,width=32,depth=32 ! fakesink<br>
&gt; Setting pipeline to PAUSED ...<br>
&gt; ERROR: Pipeline doesn&#39;t want to pause.<br>
&gt; Got Message from element &quot;fakesink0&quot; (state-changed): GstMessageState,<br>
&gt; old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;capsfilter1&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;audioresample0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;audioconvert0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;capsfilter0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;osxaudiosrc0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;pipeline0&quot; (state-changed): GstMessageState,<br>
&gt; old-state=(GstState)GST_STATE_NULL, new-<br>
&gt; state=(GstState)GST_STATE_READY, pending-<br>
&gt; state=(GstState)GST_STATE_PAUSED;<br>
&gt; Got Message from element &quot;capsfilter1&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_READY, new-<br>
&gt; state=(GstState)GST_STATE_PAUSED, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;audioresample0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_READY, new-<br>
&gt; state=(GstState)GST_STATE_PAUSED, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;audioconvert0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_READY, new-<br>
&gt; state=(GstState)GST_STATE_PAUSED, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;capsfilter0&quot; (state-changed):<br>
&gt; GstMessageState, old-state=(GstState)GST_STATE_READY, new-<br>
&gt; state=(GstState)GST_STATE_PAUSED, pending-<br>
&gt; state=(GstState)GST_STATE_VOID_PENDING;<br>
&gt; Got Message from element &quot;osxaudiosrc0&quot; (error): GstMessageError,<br>
&gt; gerror=(GstGError)(NULL), debug=(string)&quot;gstbasesrc.c\(2484\):\<br>
&gt; gst_base_src_start\ \(\):\ /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0:\012Check\ your\ filtered\ caps\,\ if\<br>
&gt; any&quot;;<br>
&gt; ERROR: from element /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0: Could not negotiate format<br>
&gt; Additional debug info:<br>
&gt; gstbasesrc.c(2484): gst_base_src_start (): /GstPipeline:pipeline0/<br>
&gt; GstOsxAudioSrc:osxaudiosrc0:<br>
&gt; Check your filtered caps, if any<br>
&gt; Setting pipeline to NULL ...<br>
&gt; FREEING pipeline ...<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; -------------------------------------------------------------------------<br>
&gt; This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s<br>
&gt; challenge<br>
&gt; Build the coolest Linux based applications with Moblin SDK &amp; win<br>
&gt; great prizes<br>
&gt; Grand prize is a trip for two to an Open Source event anywhere in<br>
&gt; the world<br>
&gt; <a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
<br>
<br>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>