<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Ok, thanks for the tip.<br>
      <br>
      Seems like Ubuntu/Kubuntu 14.10 don't have the required plugins 
      for gstreamer0.10,<br>
      only for gstreamer1.0.<br>
      <br>
      My fix, in case someone else runs into this:<br>
      <pre><code>sudo add-apt-repository ppa:mc3man/gstffmpeg-keep
sudo apt-get update
sudo apt-get install gstreamer0.10-ffmpeg</code></pre>
      PPA home:
      <a class="moz-txt-link-freetext" href="https://launchpad.net/~mc3man/+archive/ubuntu/gstffmpeg-keep">https://launchpad.net/~mc3man/+archive/ubuntu/gstffmpeg-keep</a><br>
      <br>
      <br>
      Regards,<br>
      <br>
      Harri<br>
      <br>
      <br>
      <br>
      On 27/01/2015 12:37, Thiago Macieira wrote:<br>
    </div>
    <blockquote cite="mid:4474988.bYLyAZzt46@tjmaciei-mobl4" type="cite">
      <pre wrap="">On Tuesday 27 January 2015 11:30:54 Harri Pasanen wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Does Qt have all the plugins required for MediaPlayer to play video, in
my case xvid in mp4 container,
or does it rely on the host having required codecs etc?
</pre>
      </blockquote>
      <pre wrap="">
The host has to provide them. Qt supplies nothing of the sort.

</pre>
      <blockquote type="cite">
        <pre wrap="">Yet when I play the same video from command line using GStreamer tools:

gst-launch-1.0 playbin uri=<a class="moz-txt-link-rfc2396E" href="file:///home/harri/Videos/Stoppola/MyFilm.mp4">"file:///home/harri/Videos/Stoppola/My Film.mp4"</a>

that works fine.

Any idea?
</pre>
      </blockquote>
      <pre wrap="">
Please check GStreamer 0.10 too.
</pre>
    </blockquote>
    <br>
  </body>
</html>