Hi, <br><br>I used to have the work done with an older version of gstreamer with this pipeline:<br><br>gst-launch filesrc location=input.raw_ ! h264parse ! video/x-h264, framerate=(fraction)25/1 ! avimux ! filesink location=output.avi<br>
<br>but upgrading to : <br><br>gst-launch-0.10 version 0.10.36<br>GStreamer 0.10.36<br>gst-plugins-bad - 0.10.23-r2<br><br>There's no more h264parse element in the bad plugins, which replacement should I use instead ?<br>
<br><br>