GNOME Bugzilla – Bug 609816
Add bindings for DirectShow/DirectDraw and other Windows specific plugins
Last modified: 2010-02-14 12:59:10 UTC
+++ This bug was initially created as a clone of Bug #609130 +++ Bindings for directdrawsink, dshowvideosink and other Windows specific plugins should be added and put into Gst.GoodPlugins and Gst.BadPlugins namespaces.
Created attachment 153704 [details] [review] Ad bindings for directdrawsink, directshowsink, dshowaudiosrc and dshowviedosrc
I have also added the src elements implementing the PropertyProbe and Mixer interfaces, but I don't know if it's really needed :)
commit 890b0d64b1abf7d951597a34950c50b35a4332e8 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sun Feb 14 10:32:01 2010 +0100 Properly integrate Windows specific plugins bindings into the build system commit 7509d26528ef6103df6910c7197438235f361c28 Author: Andoni Morales Alastruey <ylatuya@gmail.com> Date: Sat Feb 13 12:35:50 2010 +0100 Add bindings for Windows specific plugins
Thanks for the patch :) Could you also prepare one for directsoundsink... just for completeness? ;)
Oh, I've done that now ;) commit 742d512ee2e2197b5d5ffb4c9cb446ecfbaedce0 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sun Feb 14 10:47:52 2010 +0100 Add directsoundsink bindings and move directdrawsink to Gst.BadPlugins names
Cool :)