Can anyone give me a simple example using gst-launch on how to use the speed element to change to audio playback speed?<br>The command: <br>gst-launch-0.10 filesrc location=file.mp3 ! mad ! audioconvert ! audioresample ! speed speed=&quot;
1.5&quot; ! alsasink<br>doesn't seem to work. (I'm not very familiar with gstreamer).<br><br>How is easy would it be to speed up video using 'speed' element to maintain pitch (while keeping synchronism)?<br>