GStreamer DLL loader plugin:
============================

How to get this working:

* install a codecpack, e.g. the ones from the mplayer website
* install this
* run gst-register

gst-inspect pitfdll should show plugins, if all went well. Test pipelines:

gst-launch filesrc location=file.asf ! asfdemux .video_00 ! dmodec_wmv9dmodv3
   ! ffmpegcolorspace ! xvimagesink (Windows Media Video 9)
gst-launch filesrc location=file.mov ! qtdemux .audio_00 ! qtadec_bin !
   audioconvert ! audioscale ! alsasink (QDesign Music 2)
gst-launch filesrc location=file.avi ! avidemux .video_00 ! dshowdec_ir50_32v5
   ! ffmpegcolorspace ! xvimagesink (Intel Indeo Video 5.0)
gst-launch filesrc location=file.asf ! asfdemux .audio_00 ! dmodec_wmadmodv9
   ! audioconvert ! audioscale ! alsasink (Windows Media Audio 9 "Pro" 5.1)

If all the above works, all GStreamer-based media-players will understand
those new codecs, including Totem (the GNOME media player).

Notes:
======
* I didn't do anything. Code is a direct cp -a from the Xine tree. I will not
   be able to answer questions over this code, although I understand parts
   of it by now.
* Say thanks to the Xine team for the nice code.

License:
========
Since it's based on Xine code, all this is GPL. The code in ext/pitfdll/
is original, self-written code, so the headers say LGPL. The end product,
however, is GPL until someone provides me a LGPL .dll loader, or until I
take it from the Wine tree directly.
