<div dir="ltr">and a simple playbin ?<br><br>gst-launc-1.0 playbin uri=file://C:/path/to/file.mp3 ? :)</div><div class="gmail_extra"><br><div class="gmail_quote">2014-09-29 5:00 GMT+02:00 gakwaya <span dir="ltr"><<a href="mailto:wayadn@yahoo.fr" target="_blank">wayadn@yahoo.fr</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello ,I am new  trying to find my way around gstreamer.<br>
I have it installed and I want to use gst-launch-1.0 to test pipelines<br>
before I use them in code .I am trying to play mp3 like this :<br>
<br>
*gst-launch-1.0 filesrc location=pima.mp3 ! mad ! audioresample ! osssink *<br>
<br>
as suggested in the manual ,but I am getting the warning:<br>
<br>
*WARNING: erroneous pipeline: no element "osssink"*<br>
<br>
Suggesting that I got no ossink plugin installed.How do I get it installed<br>
or is there any other sink that can play mp3 files? I also saw somewhere<br>
that full paths should be used , would the following be correct?<br>
<br>
*gst-launch-1.0 filesrc location=C:\gstreamer\1.0\x86\bin\pima.mp3! mad !<br>
audioresample ! osssink *<br>
<br>
I also want to be able to play avi videos and experiment with different<br>
formats.A command would be helpful or helpful links.<br>
<br>
How does one know the right decoders ,sinks and ... for the format in place<br>
.For example how would I know the right ones to play avi formats.I need to<br>
experiment with as much as possible formats to see which one matches better<br>
the needs on our project.<br>
<br>
Thank you .<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Simple-pipeline-to-play-avi-files-and-mp3-files-on-windows-tp4668878.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Simple-pipeline-to-play-avi-files-and-mp3-files-on-windows-tp4668878.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></div>