<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, May 5, 2015 at 5:40 AM, amitdun <span dir="ltr"><<a href="mailto:amitkumar.2342@gmail.com" target="_blank">amitkumar.2342@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi..<br>
I am new to G streamer<br>
tested many example but could not find any command to pause or stop<br>
pipeline.<br>
I am using to play:<br>
gst-launch playbin uri=file:///D:/1.mp3<br>
<br>
Sample:<br>
gst-launch audiotestsrc freq=400 wave=0 is-live=true name=test !<br>
audioconvert ! audioresample ! directsoundsink<br>
</blockquote></div><br></div><div class="gmail_extra">There are no gstreamer elements for controlling a pipeline from the keyboard. If you want to do that, you'll have to write a program that uses gstreamer, not just use gst-launch.<br><br></div></div>