<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div>Hi,</div><div>when I create a pipeline to read a video, I use decodebin element. But I have seen that for a specific type of file (using -v flag in command line), it uses a plugin that causes errors in my application. Is it possible to tell gstreamer not to use a specific decoder ? If yes, how can this be done?</div><div>Basically, I have</div><div>gst-launch filesrc location=myvideo ! decodebin ! ... ! directdrawsink -v</div><div>-&gt;uses&nbsp;mpegtsdemux ! mpegvideoparse ! ffdec_mpegvideo , but this reads erroneous data (framerate for ex is not the one embedded in file)</div><div>If I create following pipeline:</div><div>gst-launch filesrc location=myvideo ! mpegtsdemux ! ffdec_mpegvideo&nbsp;! ... ! directdrawsink -v, then this is OK</div><div>Is it possible to tell gstreamer to
 avoid using mpegvideoparse plugin with decodebin ?</div><div><br></div><div>Regards,</div><div>Al</div><div style="position:fixed"></div>


</div><br>




      </body></html>