<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    yes it is doable. I am developing such application myself. You can
    use precompiled binaries from gstreamer page and Qt for MinGW. But
    you need get rid of taglib plugin. It is because taglib is C++ code.
    Problem is that gstreamer and Qt is compiled with different version
    of C++ exception handling runtime. So just delete taglib and
    gstreamer becomes pure C library which can be used freely between
    different MinGW versions.<br>
    <br>
    more information about different C++ runtime
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/15670169/what-is-difference-between-sjlj-vs-dwarf-vs-seh">http://stackoverflow.com/questions/15670169/what-is-difference-between-sjlj-vs-dwarf-vs-seh</a><br>
    <br>
    <div class="moz-cite-prefix">Dňa 23.04.2014 16:13,
      <a class="moz-txt-link-abbreviated" href="mailto:d.santanche@tiscali.it">d.santanche@tiscali.it</a> wrote / napísal(a):<br>
    </div>
    <blockquote cite="mid:c7ff69b593769c9aa15c15a5056b5d25@tiscali.it"
      type="cite">
      <p>Hi,</p>
      <p>I'm interesting in the integration of the gstreamer library on
        Windows 7/8 platforms using QT and the MinGw compiler. Do you
        think this is possible? Could you give me some hint to let me
        start in this integration?</p>
      <p>Best Regards</p>
      <p>Daniele Santanché</p>
      <br>
      <br>
      Scopri istella, il nuovo motore per il web italiano.<br>
      Istella garantisce risultati di qualità e la possibilità di
      condividere, in modo semplice e veloce, documenti, immagini, audio
      e video.<br>
      Usa istella, vai su <a moz-do-not-send="true"
        href="http://www.istella.it?wtk=amc138614816829636"
        target="_Blank">http://www.istella.it?wtk=amc138614816829636</a><br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>