summaryrefslogtreecommitdiff
path: root/gstreamer-sharp
AgeCommit message (Expand)AuthorFilesLines
2009-04-30Remove unused DllImportsSebastian Dröge2-6/+0
2009-04-30Fix Gst.Element bindingsSebastian Dröge3-62/+203
2009-04-30Add convenience function to register Gst.Index types with the default registrySebastian Dröge3-1/+27
2009-04-30Fix registration of new TypefindersSebastian Dröge1-3/+5
2009-04-30Fix the Gst.Index* bindingsSebastian Dröge6-6/+257
2009-04-30Fix Gst.TypeFind bindingsSebastian Dröge6-4/+340
2009-04-30Fix IndexFactory/TypeFindFactory bindingsSebastian Dröge1-0/+13
2009-04-30Cleanup Gst.GhostPad bindingsSebastian Dröge1-0/+2
2009-04-28Fix the Gst.Pad bindingsSebastian Dröge7-86/+668
2009-04-27Finish/fix Gst.Bus bindingsSebastian Dröge2-4/+47
2009-04-27Cleanup some utility classesSebastian Dröge1-1/+19
2009-04-27Fix the Gst.Task bindingsSebastian Dröge5-0/+67
2009-04-27Finish/fix the Gst.Plugin bindings and re-indentSebastian Dröge8-13/+38
2009-04-27Remove the Gst.XML bindings for nowSebastian Dröge1-80/+0
2009-04-27Fix ownership of Gst.SystemClock.Obtain() returnSebastian Dröge1-0/+2
2009-04-27Finish/fix the Gst.Clock and related bindings and update docsSebastian Dröge8-46/+301
2009-04-24Make Gst.Segment.SetNewsegmentFull an overload of SetNewsegmentSebastian Dröge1-0/+2
2009-04-24Properly change GST_PADDING values to the correct integer valuesSebastian Dröge2-2/+23
2009-04-24Regenerate API with the new parser to get support for GObject virtual methodsSebastian Dröge2-80/+197
2009-04-23Finish/fix the Gst.Object bindingsSebastian Dröge8-7/+113
2009-04-23Fix c&p error in method nameSebastian Dröge1-1/+1
2009-04-23Add a helper function to get the number of an event typeSebastian Dröge1-0/+4
2009-04-23Ref/unref the Src field of Gst.Event/Message when setting itSebastian Dröge2-2/+20
2009-04-23Finish/fix Gst.Event bindingsSebastian Dröge5-6/+346
2009-04-23Add missing fileSebastian Dröge1-0/+378
2009-04-22Fix/complete the Gst.Query bindingsSebastian Dröge2-0/+15
2009-04-22Use the copy-on-unref workaround for newly created Application/Element/Custom...Sebastian Dröge1-3/+9
2009-04-22Dispose some more GLib.Values after usageSebastian Dröge3-2/+15
2009-04-22Dispose GLib.Values after usage to close a memory leakSebastian Dröge1-1/+9
2009-04-22Make sure that the strings passed to native functions are UTF8Sebastian Dröge4-25/+41
2009-04-22Check the cached message structure for null before trying to create a copySebastian Dröge1-1/+2
2009-04-22Also use the copy-on-unref workaround for the message-owned Structure here in...Sebastian Dröge1-2/+14
2009-04-22Add some convenience overloads for some Message methods and make the parse me...Sebastian Dröge1-80/+149
2009-04-21Fix bindings of the tag merge functionsSebastian Dröge2-3/+18
2009-04-21Call the _get_type() functions of some types on Init() to make sure they're r...Sebastian Dröge1-0/+19
2009-04-21Complete/fix bindings for Gst.Tag and Gst.TagListSebastian Dröge6-7/+177
2009-04-21Remove unused private fieldSebastian Dröge1-3/+0
2009-04-21Return a string[] instead of IEnumerable for the Fields property to get all f...Sebastian Dröge1-3/+3
2009-04-21Copy all still existing structure references before calling gst_caps_do_simplifySebastian Dröge1-3/+3
2009-04-20Make sure that every second parameter to Structure.Add(...) is a stringSebastian Dröge1-0/+3
2009-04-19Fix some more structure ownershipsSebastian Dröge3-2/+14
2009-04-19Fix structure handling (almost) of capsSebastian Dröge3-1/+113
2009-04-19Fix indentionSebastian Dröge1-54/+54
2009-04-18Put tags into the Tag class instead of a new Tags classSebastian Dröge4-62/+58
2009-04-18We actually don't own the structure returned by gst_message_get_structure()Sebastian Dröge1-1/+0
2009-04-18Add/fix complete bindings of Gst.MessageSebastian Dröge4-12/+773
2009-04-18Add CoreError/StreamError/etc enum typesSebastian Dröge2-8/+79
2009-04-18Use the native copy functions when creating a copy for ownership-taking funct...Sebastian Dröge1-4/+7
2009-04-18Implement Gst.MiniObject.Copy() manually to get the correct type from the ins...Sebastian Dröge2-2/+12
2009-04-18Add generated Tags classSebastian Dröge1-56/+56