After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 609816 - Add bindings for DirectShow/DirectDraw and other Windows specific plugins
Add bindings for DirectShow/DirectDraw and other Windows specific plugins
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
git master
Other Windows
: Normal enhancement
: 0.9.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 609130
Blocks:
 
 
Reported: 2010-02-13 08:11 UTC by Sebastian Dröge (slomo)
Modified: 2010-02-14 12:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Ad bindings for directdrawsink, directshowsink, dshowaudiosrc and dshowviedosrc (19.16 KB, patch)
2010-02-13 11:39 UTC, Andoni Morales
committed Details | Review

Description Sebastian Dröge (slomo) 2010-02-13 08:11:27 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.
Comment 1 Andoni Morales 2010-02-13 11:39:13 UTC
Created attachment 153704 [details] [review]
Ad bindings for directdrawsink, directshowsink, dshowaudiosrc and dshowviedosrc
Comment 2 Andoni Morales 2010-02-13 11:41:03 UTC
I have also added the src elements implementing the PropertyProbe and Mixer interfaces, but I don't know if it's really needed :)
Comment 3 Sebastian Dröge (slomo) 2010-02-14 09:32:36 UTC
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
Comment 4 Sebastian Dröge (slomo) 2010-02-14 09:38:15 UTC
Thanks for the patch :)

Could you also prepare one for directsoundsink... just for completeness? ;)
Comment 5 Sebastian Dröge (slomo) 2010-02-14 09:48:50 UTC
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
Comment 6 Andoni Morales 2010-02-14 12:59:10 UTC
Cool :)