GNOME Bugzilla – Bug 583631
Add bindings for the CapsFilter element
Last modified: 2009-09-11 08:49:44 UTC
Gstreamer-sharp should have to easily use the CapsFilter element.
Created attachment 135230 [details] [review] proposed patch This patch adds the Gst.CorePlugins.CapsFilter element. I used Gstreamer.metadata, so that gapi-fixup automatically generates the nescessary api. Is this the correct way to do it, or should I just make a static file, like coreplugins/TypeFindElement.cs? The automatic generated api seems the better option if we want to add all the coreplugins eventually, especially if we can find a way to automatically generate the 'public static [Element] Make (string name)' method or similar functionality.
commit cdc9fcd45dbc3c4f9dedf97894864b426f6b3d05 Author: Maarten Bosmans <mkbosmans@gmail.com> Date: Mon May 25 12:20:20 2009 +0200 Add bindings for CapsFilter Fixes bug #583631. As said via private mail already the plan is to write a code generator that takes the output of gst-xmlinspect. For now I've added a CapsFilter bindings with static code.