platform/upstream/gstreamer.git
2009-04-30 Sebastian DrögeFix Gst.Element bindings
2009-04-30 Sebastian DrögeAdd convenience function to register Gst.Index types...
2009-04-30 Sebastian DrögeFix registration of new Typefinders
2009-04-30 Sebastian DrögeUpdate docs
2009-04-30 Sebastian DrögeFix the Gst.Index* bindings
2009-04-30 Sebastian DrögeFix Gst.TypeFind bindings
2009-04-30 Sebastian DrögeFix IndexFactory/TypeFindFactory bindings
2009-04-30 Sebastian DrögeCleanup Gst.GhostPad bindings
2009-04-28 Sebastian DrögeFix the Gst.Pad bindings
2009-04-27 Sebastian DrögeAdd another patch that is required for building
2009-04-27 Sebastian DrögeFinish/fix Gst.Bus bindings
2009-04-27 Sebastian DrögeUpdate docs
2009-04-27 Sebastian DrögeCleanup some utility classes
2009-04-27 Sebastian DrögeFix the Gst.Task bindings
2009-04-27 Sebastian DrögeFinish/fix the Gst.Plugin bindings and re-indent
2009-04-27 Sebastian DrögeRemove the Gst.XML bindings for now
2009-04-27 Sebastian DrögeFix ownership of Gst.SystemClock.Obtain() return
2009-04-27 Sebastian DrögeAdd a note that Gtk# from trunk and a few patches are...
2009-04-27 Sebastian DrögeFinish/fix the Gst.Clock and related bindings and updat...
2009-04-24 Sebastian DrögeMake Gst.Segment.SetNewsegmentFull an overload of SetNe...
2009-04-24 Sebastian DrögeProperly change GST_PADDING values to the correct integ...
2009-04-24 Sebastian DrögeRegenerate API with the new parser to get support for...
2009-04-23 Sebastian DrögeFinish/fix the Gst.Object bindings
2009-04-23 Sebastian DrögeFix c&p error in method name
2009-04-23 Sebastian DrögeAdd a helper function to get the number of an event...
2009-04-23 Sebastian DrögeRef/unref the Src field of Gst.Event/Message when setti...
2009-04-23 Sebastian DrögeFinish/fix Gst.Event bindings
2009-04-23 Sebastian DrögeAdd missing file
2009-04-22 Sebastian DrögeUpdate docs
2009-04-22 Sebastian DrögeFix/complete the Gst.Query bindings
2009-04-22 Sebastian DrögeUse the copy-on-unref workaround for newly created...
2009-04-22 Sebastian DrögeDispose some more GLib.Values after usage
2009-04-22 Sebastian DrögeDispose GLib.Values after usage to close a memory leak
2009-04-22 Sebastian DrögeMake sure that the strings passed to native functions...
2009-04-22 Sebastian DrögeCheck the cached message structure for null before...
2009-04-22 Sebastian DrögeAlso use the copy-on-unref workaround for the message...
2009-04-22 Sebastian DrögeAdd some convenience overloads for some Message methods...
2009-04-21 Sebastian DrögeFix bindings of the tag merge functions
2009-04-21 Sebastian DrögeCall the _get_type() functions of some types on Init...
2009-04-21 Sebastian DrögeComplete/fix bindings for Gst.Tag and Gst.TagList
2009-04-21 Sebastian DrögeRemove unused private field
2009-04-21 Sebastian DrögeReturn a string[] instead of IEnumerable for the Fields...
2009-04-21 Sebastian DrögeCopy all still existing structure references before...
2009-04-20 Sebastian DrögeMake sure that every second parameter to Structure...
2009-04-19 Sebastian DrögeFix some more structure ownerships
2009-04-19 Sebastian DrögeFix structure handling (almost) of caps
2009-04-19 Sebastian DrögeFix indention
2009-04-18 Sebastian DrögePut tags into the Tag class instead of a new Tags class
2009-04-18 Sebastian DrögeUpdate docs
2009-04-18 Sebastian DrögeWe actually don't own the structure returned by gst_mes...
2009-04-18 Sebastian DrögeAdd/fix complete bindings of Gst.Message
2009-04-18 Sebastian DrögeAdd CoreError/StreamError/etc enum types
2009-04-18 Sebastian DrögeUse the native copy functions when creating a copy...
2009-04-18 Sebastian DrögeImplement Gst.MiniObject.Copy() manually to get the...
2009-04-18 Sebastian DrögeAdd generated Tags class
2009-04-17 Sebastian DrögeAdd generated Tags class and remove hand-written Common...
2009-04-17 Sebastian DrögeAdd utility to automatically generate a static class...
2009-04-16 Sebastian DrögeCleanup glue and GError handling
2009-04-16 Sebastian DrögeFix indention
2009-04-16 Sebastian DrögeUse new custom GLib.Value support for gtk-sharp trunk
2009-04-16 Sebastian DrögeDisable obsolete Type(GLib.GType) constructors everywhere
2009-04-16 Sebastian DrögeUpdate to 0.10.22.2 and add the _get_type() functions...
2009-04-15 Sebastian Drögegst_pad_template_new() takes ownership of the caps...
2009-04-15 Sebastian DrögeDrop StaticCaps bindings and let the StaticPadTemplate...
2009-04-14 Sebastian DrögeAdd Gst.StaticPadTemplate.Free() and fix indention
2009-04-14 Sebastian DrögeFix and complete Static{PadTemplate,Caps} bindings
2009-04-14 Sebastian DrögeMake tests and samples compile again
2009-04-14 Sebastian DrögeFix/complete the Caps bindings
2009-04-13 Sebastian DrögeFix Gst.Buffer bindings
2009-04-12 Sebastian DrögeUpdate docs
2009-04-12 Sebastian DrögeFix MiniObject bindings
2009-04-12 Sebastian DrögeRename {Buffer,Tag}Flag to {Buffer,Tag}Flags for consis...
2009-04-11 Sebastian DrögeMark MiniObject and PluginFeature as abstract classes
2009-04-11 Sebastian DrögeFix Gst.Structure bindings
2009-04-11 Sebastian DrögeImprove Gst.List/Value to be actually usable
2009-04-11 Sebastian DrögeFix indention and use new Gst.Value stuff for dynamic...
2009-04-11 Sebastian DrögeAdd initial support for our custom GValue types and...
2009-04-08 Sebastian DrögeFix ownership of Registry/Parse methods that return...
2009-04-08 Sebastian DrögeFinish the ElementFactory/PluginFeature bindings
2009-04-08 Sebastian DrögeAdd Element.Emit() for emitting dynamic signals (i...
2009-04-08 Sebastian DrögeAdd "Copyright" strings to the file headers
2009-04-08 Sebastian DrögeClean the Gst.Global class and complete Gst.Parse/Gst...
2009-04-08 Sebastian DrögeComplete and correct the GstRegistry bindings
2009-04-07 Sebastian DrögeIgnore some more headers
2009-04-07 Sebastian DrögeAdd target for generating html documentation
2009-04-07 Sebastian DrögeIgnore more header files
2009-04-07 Sebastian DrögeUpdate docs
2009-04-07 Sebastian DrögeDon't bind GstTrace, it's not really useful for managed...
2009-04-07 Sebastian DrögeFix compilation of unit test
2009-04-07 Sebastian DrögeRemove custom buffer implementations for Unref/Ref...
2009-04-07 Sebastian DrögeFix compilation of ApplicationTest
2009-04-07 Sebastian DrögeDon't hide the Buffer constructor with no arguments
2009-04-07 Sebastian DrögeFix GStreamer DllImports and add a dllmap for the nativ...
2009-04-07 Sebastian DrögeFix typo
2009-04-07 Sebastian DrögeAdd a Requires for glib-sharp-2.0 to the pkg-config...
2009-04-07 Sebastian DrögeFix indention of all files
2009-04-07 Sebastian DrögeAdd indent script for C# files
2009-04-07 Sebastian DrögePrint reason if InitCheck() failed and introduce GError...
2009-04-07 Sebastian DrögeUpdate docs
2009-04-07 Sebastian DrögeMake Gst.Version a static class
next