summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-25If GTK 2.18 is used, make sure that the DrawingArea has a native window attachedSebastian Dröge2-0/+14
2009-11-25Update glib-sharp from trunkSebastian Dröge3-2/+3
2009-11-25Update code generator from gtk-sharp trunkSebastian Dröge2-31/+80
2009-10-03Update glib-sharp from gtk-sharp trunkSebastian Dröge5-118/+207
2009-10-03Update code generator from gtk-sharp trunkSebastian Dröge2-522/+92
2009-10-03Ship samples/TransformSample.cs in the tarballsSebastian Dröge1-1/+2
2009-10-03Add pbutils library to the dllmapsSebastian Dröge1-0/+1
2009-10-03Update .gitignoreSebastian Dröge1-0/+1
2009-10-03Update docsSebastian Dröge11-0/+748
2009-10-03Finish PbUtils bindingsSebastian Dröge2-1/+91
2009-10-03Add more PbUtils bindingsSebastian Dröge1-0/+58
2009-10-03Fix PbUtils bindingsSebastian Dröge2-92/+9
2009-10-03Move global PbUtils functions to the Gst.PbUtils.Descriptions static classSebastian Dröge1-1/+11
2009-10-03Improve debugging in the gtk-video-player sample and set force-aspect-ratio t...Sebastian Dröge1-6/+18
2009-10-03Add Object.HasProperty()Sebastian Dröge1-0/+10
2009-10-03First step of adding gstpbutils bindingsSebastian Dröge3-0/+176
2009-10-03Make sure that the Bit/BitReader buffer is not GC'd before we stop using itSebastian Dröge4-0/+34
2009-10-02Update docsSebastian Dröge446-1/+5096
2009-10-02Fix unit test that uses the ByteReaderSebastian Dröge1-7/+10
2009-10-02Fix GstByteReader bindingsSebastian Dröge3-1/+70
2009-10-02Fix GstBitReader bindingsSebastian Dröge1-0/+8
2009-10-02Updating GtkVideoPlayer sampleSebastian Dröge2-51/+82
2009-10-01Make sure Gst.Bus.SyncHandler handlers are not garbage collected too earlySebastian Dröge2-0/+13
2009-10-01Add support for using gstreamer-sharp uninstalledSebastian Dröge3-1/+10
2009-09-23Add BaseTransform/Cairo/Navigation exampleSebastian Dröge2-1/+126
2009-09-23Add unit tests for basetransform subclasses and buffer ownershipsSebastian Dröge2-1/+141
2009-09-23Use the owned-in-call-scope magic for BaseTransforms transform functionsSebastian Dröge1-0/+2
2009-09-23Add hack to the codegenerator to handle "owned-in-call-scope" functionality t...Sebastian Dröge1-5/+22
2009-09-23Let BaseTransform.OnSetCaps return true by defaultSebastian Dröge1-0/+1
2009-09-23Add support for specifying other default values for return valuesSebastian Dröge1-0/+4
2009-09-22Add VideoUtil.FormatToTemplateCaps() to generate pad template capsSebastian Dröge3-1/+57
2009-09-22Add simple test for Gst.Base.ByteReader to the buffer testsSebastian Dröge1-0/+17
2009-09-22Start of Gst.Base.{Byte,Bit}Reader bindingsSebastian Dröge3-2/+502
2009-09-22Update Gst.Buffer bindingsSebastian Dröge7-48/+136
2009-09-20Fix indention everywhereSebastian Dröge61-1911/+1800
2009-09-20Don't use declarations after statements in C codeSebastian Dröge1-1/+3
2009-09-20Add .dll suffix to the glue dllimport to make it work on WindowsSebastian Dröge1-1/+1
2009-09-17Windows on x86-64 uses 32 bit longs...Sebastian Dröge2-1/+33
2009-09-17Support gulong and glong GValuesSebastian Dröge1-0/+20
2009-09-16Bind gst_util_uint64_scale{,_int}Sebastian Dröge2-2/+48
2009-09-16Update RELEASESebastian Dröge1-13/+12
2009-09-16Bump version to 0.9.1.1Sebastian Dröge1-1/+1
2009-09-16Update ChangeLog and NEWS0.9.1Sebastian Dröge2-5/+696
2009-09-16Update READMESebastian Dröge1-2/+2
2009-09-16Ship RELEASE fileSebastian Dröge1-0/+1
2009-09-16Bump version to 0.9.1Sebastian Dröge1-1/+1
2009-09-16Update docsSebastian Dröge7-11/+10
2009-09-16Update glib-sharp to SVN trunkSebastian Dröge38-801/+1799
2009-09-14Add bindings for the RequestState messagesSebastian Dröge2-0/+58
2009-09-11Update docsSebastian Dröge444-23/+5719