i believe gst-inspect is a link to gst-inspect-0.10.<br><br>best regards,<br>Katcipis<br><br><div class="gmail_quote">On Mon, Apr 19, 2010 at 10:31 AM, Steve Ricketts <span dir="ltr">&lt;<a href="mailto:velocedge@hotmail.com">velocedge@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div style="padding-left: 10px; padding-right: 10px; padding-top: 15px;" name="Compose message area">
<div><font face="Calibri">D&#39;oh... my bad.  There it&#39;s gst-inspect, not 
gst    -inspect... sorry.  Out of curiosity, what&#39;s the 
difference in gst-inspect and gst_inspect-0.10 (or other programs 
with -0.10)?</font></div>
<div><font face="Calibri"></font> </div>
<div><font face="Calibri">sr</font></div>
<div style="font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
<div><br></div>
<div style="background: rgb(245, 245, 245) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">
<div><b>From:</b> <a title="mailto:velocedge@hotmail.com
CTRL + Click to follow link" href="mailto:velocedge@hotmail.com" target="_blank">Steve Ricketts</a> </div>
<div><b>Sent:</b> Monday, April 19, 2010 9:08 AM</div><div><div></div><div class="h5">
<div><b>To:</b> <a title="gstreamer-devel@lists.sourceforge.net" href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">Discussion of the 
development of GStreamer</a> </div>
<div><b>Subject:</b> Re: [gst-devel] Checking capabilities of 
GStreamer</div></div></div></div></div><div><div></div><div class="h5">
<div><br></div>
<div><font face="Calibri">Thanks so much for the information.  My next 
question will show you how new I am to Linux... I tried to install everything 
using zypper -install gstreamer-0_10* and it installed a lot of 
files.  When I do rpm -qa | grep gstreamer, it lists about 28 items.  
However, when I run gst -inspect fakesrc it says that gst is not a 
program.  </font></div>
<div><font face="Calibri"></font> </div>
<div><font face="Calibri">What have I done wrong... or what have I not 
done.   <img src="" style="margin: 0px; float: none;" title="Winking smile emoticon" alt="Winking smile emoticon"></font></div>
<div><font face="Calibri"></font> </div>
<div><font face="Calibri">sr</font></div>
<div style="font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
<div><font face="Calibri" size="3"></font><br></div>
<div style="background: rgb(245, 245, 245) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">
<div><b>From:</b> <a title="katcipis@inf.ufsc.br" href="mailto:katcipis@inf.ufsc.br" target="_blank">Tiago Katcipis</a> </div>
<div><b>Sent:</b> Monday, April 19, 2010 7:58 AM</div>
<div><b>To:</b> <a title="gstreamer-devel@lists.sourceforge.net" href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">Discussion of the 
development of GStreamer</a> </div>
<div><b>Subject:</b> Re: [gst-devel] Checking capabilities of 
GStreamer</div></div></div>
<div><br></div>Hi,<br><br>
<div class="gmail_quote">On Sun, Apr 18, 2010 at 5:06 PM, Steve Ricketts <span dir="ltr">&lt;<a href="mailto:velocedge@hotmail.com" target="_blank">velocedge@hotmail.com</a>&gt;</span> 
wrote:<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">I&#39;m developing an application in C#/Mono in which I need to 
  use both<br>audio and video bi-directionally over a sockets connection on 
  Linux.  I<br>am asking if GStreamer can do the following 
  tasks:<br><br>Audio<br><br>1. Take GSM 6.10 audio from a byte array and play 
  it on the speaker<br>2. Convert a PCM byte array to GSM 6.10<br></blockquote>
<div><br>For inserting/getting byte arrays of data on a gstreamer pipeline you 
can use appsink and appsrc:<br><br><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-data-spoof.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-data-spoof.html</a><br>
<br><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-plugin-app.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-plugin-app.html</a><br>
<br>gstreamer 
has GSM suppport:<br><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-plugin-gsm.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-plugin-gsm.html</a><br>
<br>but 
i dont know if it is 6.10. <br></div>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><br>Video<br><br>1. Capture video from a webcam to byte 
  array<br>2. Convert captured byte array to compressed format (preferably 
  MS<br>MPEG42 to integrate with existing app... could be other 
format)<br><br></blockquote>
<div><br>for video in linux you can use:<br><br><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-plugin-video4linux.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-plugin-video4linux.html</a><br>
<br>and 
to extract the data as byte arrays you already know :-).<br> </div>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">The audio functions are by far the most important right now. 
   If<br>GStreamer can do the above audio functions, what do I need to 
  download<br>for openSUSE 11.2 to get the latest version?<br><br></blockquote>
<div><br>I&#39;m not very used with openSUSE, on Ubuntu i usually install almost all 
gstreamer plugins that comes with my distro :-). But installing gstreamer, 
gstreamer-base, gstreamer-good, gstreamer-bad and gstreamer-ffmpeg (I believe 
that the MPEG encoding will be here) should do it for you. <br> </div>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">Thanks for your advice,<br><br>Steve<br><br><br></blockquote>
<div><br>best regards,<br>Katcipis<br> </div>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><br>------------------------------------------------------------------------------<br>Download 
  Intel® Parallel Studio Eval<br>Try the new software tools for yourself. Speed 
  compiling, find bugs<br>proactively, and fine-tune applications for parallel 
  performance.<br>See why Intel Parallel Studio got high marks during 
  beta.<br><a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>_______________________________________________<br>gstreamer-devel 
  mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>
</blockquote></div><br>
<p>
</p><hr>

<p></p>------------------------------------------------------------------------------<br>Download 
Intel&amp;#174; Parallel Studio Eval<br>Try the new software tools for yourself. 
Speed compiling, find bugs<br>proactively, and fine-tune applications for 
parallel performance.<br>See why Intel Parallel Studio got high marks during 
beta.<br><a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a> 
<p>
</p><hr>

<p></p>_______________________________________________<br>gstreamer-devel 
mailing 
list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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></div>
<br>------------------------------------------------------------------------------<br>
Download Intel® Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</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>
<br></blockquote></div><br>