Sebastian Dröge
1947bc5cbb
Add missing file
2009-05-08 17:24:26 +02:00
Sebastian Dröge
5395b35db8
Start binding the GstInterfaces library, ColorBalance* is finished already
2009-05-08 17:23:55 +02:00
Sebastian Dröge
5988e1ad39
Update API fixups for the latest protected-fields patch
2009-05-07 10:39:38 +02:00
Sebastian Dröge
ef48705792
Add some notes why we have a modified copy of URIHandlerAdapter.cs
2009-05-07 10:03:58 +02:00
Sebastian Dröge
31bacd2558
Update list of patches for Gtk# that we require
2009-05-07 10:02:11 +02:00
Sebastian Dröge
a32102f3ff
Move TypeFind/Index/Element register functions to their factory classes
2009-05-07 09:42:17 +02:00
Sebastian Dröge
533f9a16b5
Move plugin wrappers into seperate namespaces
2009-05-06 14:09:23 +02:00
Sebastian Dröge
890a6f31e3
Don't use FORTIFY_SOURCE
2009-05-06 13:57:56 +02:00
Sebastian Dröge
9d01fe7ec5
Check for all GStreamer libraries for which we want to create bindings
2009-05-06 13:57:23 +02:00
Sebastian Dröge
cbe55bb12f
Add Gst.ImplementsInterface bindings
2009-05-06 12:47:37 +02:00
Sebastian Dröge
34568d995b
Update docs
2009-05-06 12:27:40 +02:00
Sebastian Dröge
31797cf4e3
Fix Gst.Preset bindings
...
As C# interfaces don't allow a default implementation we
add a static Gst.PresetDefault class that provides static
methods for calling the default GstPreset method implementations.
2009-05-06 12:25:02 +02:00
Sebastian Dröge
71f1ba9080
Fix compilation of the samples
2009-05-06 09:54:14 +02:00
Sebastian Dröge
6b7a6a8d82
Update docs
2009-05-04 12:28:48 +02:00
Sebastian Dröge
292027a151
Add bindings for Gst.URIHandler
...
Unfortunately this requires us to work around Gtk# being unable
to handle static interface methods and Gtk# being unable to
allow us to override interface adapter code...
2009-05-04 12:27:25 +02:00
Sebastian Dröge
ea62e0d57a
Fix Gst.TagSetter interface bindings
2009-05-04 11:04:42 +02:00
Sebastian Dröge
2ffddfe22c
Fix Gst.ChildProxy bindings
2009-05-03 19:35:14 +02:00
Sebastian Dröge
649b16dd24
Remove the abstract flag of GstObject and friends as we might need to instantiate them
...
This will happen for example if we don't have a managed wrapper class
for a type.
2009-05-03 19:34:27 +02:00
Sebastian Dröge
433bcd9247
Fix Gst.Pipeline bindings
2009-05-01 17:21:13 +02:00
Sebastian Dröge
67f3b86d77
Add support for iterating the internal links of a pad
2009-05-01 17:11:18 +02:00
Sebastian Dröge
29f25c326d
Fix Gst.Bin bindings and add bindings for the iterators
2009-05-01 17:08:07 +02:00
Sebastian Dröge
3c4bf5f4e3
Handle NULL GstIterator* correctly
2009-05-01 17:05:49 +02:00
Sebastian Dröge
3f74ddbae3
Fix samples for all the API changes
2009-05-01 15:28:34 +02:00
Sebastian Dröge
d543e568df
Change NewFromString() methods to FromString() in Caps/Structure for consistence
2009-05-01 13:46:24 +02:00
Sebastian Dröge
61f212b6f6
Fix some more GObject DllImports
2009-05-01 09:03:49 +02:00
Sebastian Dröge
ac87f20640
Fix value of Gst.FlowReturn.Ok
2009-04-30 21:48:14 +02:00
Sebastian Dröge
6287025a5f
Fix GObject DllImport
2009-04-30 21:48:05 +02:00
Sebastian Dröge
14831575e6
Don't use the ThresholdType but the real type
2009-04-30 17:26:44 +02:00
Sebastian Dröge
51540e9f80
Fix indention and make Gst.Element.GetPadTemplates() a property
2009-04-30 17:21:13 +02:00
Sebastian Dröge
54a34ed67c
Add initial support for setting/getting element class fields
2009-04-30 17:16:51 +02:00
Sebastian Dröge
7938de9740
Make Gst.ElementDetails an internal struct
2009-04-30 17:16:41 +02:00
Sebastian Dröge
9b81a43655
Actually override the Copy method of GLib.Opaque
2009-04-30 17:16:15 +02:00
Sebastian Dröge
8152e6b9d6
Remove unused DllImports
2009-04-30 17:16:00 +02:00
Sebastian Dröge
15ae032d0a
Fix Gst.Element bindings
...
Still missing: Support for creating new element subclasses
and adding pad templates/setting details on them.
2009-04-30 16:54:39 +02:00
Sebastian Dröge
f536534214
Add convenience function to register Gst.Index types with the default registry
2009-04-30 15:40:17 +02:00
Sebastian Dröge
c42ef5f916
Fix registration of new Typefinders
2009-04-30 15:32:30 +02:00
Sebastian Dröge
7eb6f09f76
Update docs
2009-04-30 15:16:19 +02:00
Sebastian Dröge
a92f4036a6
Fix the Gst.Index* bindings
2009-04-30 15:13:31 +02:00
Sebastian Dröge
d627d1580c
Fix Gst.TypeFind bindings
2009-04-30 13:10:15 +02:00
Sebastian Dröge
f3e78cd007
Fix IndexFactory/TypeFindFactory bindings
2009-04-30 09:39:46 +02:00
Sebastian Dröge
4a0b710106
Cleanup Gst.GhostPad bindings
2009-04-30 06:18:36 +02:00
Sebastian Dröge
28f51c6d08
Fix the Gst.Pad bindings
2009-04-28 21:03:44 +02:00
Sebastian Dröge
a0acdbf88b
Add another patch that is required for building
2009-04-27 16:53:42 +02:00
Sebastian Dröge
77cabd3ba8
Finish/fix Gst.Bus bindings
2009-04-27 13:42:57 +02:00
Sebastian Dröge
453439a3a1
Update docs
2009-04-27 12:48:55 +02:00
Sebastian Dröge
4c723b28da
Cleanup some utility classes
2009-04-27 12:48:44 +02:00
Sebastian Dröge
48a5bce689
Fix the Gst.Task bindings
...
What still needs to be done is to add a way to set
a custom lock to the task, currently a newly created
task can only get a lock by making it a pad task.
2009-04-27 12:34:20 +02:00
Sebastian Dröge
658c39e785
Finish/fix the Gst.Plugin bindings and re-indent
2009-04-27 12:08:40 +02:00
Sebastian Dröge
f512f8c672
Remove the Gst.XML bindings for now
...
For them to be useful we need libxml2 bindings or some
magic to live without them.
2009-04-27 11:40:07 +02:00
Sebastian Dröge
a1de9b3aa6
Fix ownership of Gst.SystemClock.Obtain() return
2009-04-27 11:37:58 +02:00