summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-23glue/glib: g_thread_supported() is deprecated in GLib 2.360.10Tim-Philipp Müller1-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=700875
2012-07-10Don't include glib/gthread.h directlyBjørn Lie1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=679205
2011-09-19Make sure gst_param_spec_... is parsed in addition to g_param_spec_... as ↵Age Bosma1-3/+3
well. E.g. for mini_object properties (gst_param_spec_mini_object)
2011-09-19array_len of GST_PADDING-3 should be set to 1 instead of 3Age Bosma1-1/+1
2011-08-16Add dllmap for gstreamersharpglue native helper libraryChow Loong Jin1-0/+1
2011-08-16Add dllmap for libgthreadChow Loong Jin1-0/+1
2011-08-16Allow null as src argument in the Gst.Message constructorsSebastian Dröge1-35/+35
Spotted by Chow Loong Jin <hyperair@ubuntu.com>
2011-05-09Fix string[] parameter of InstallPlugins methodsGabriel Burt1-2/+2
2011-05-09MissingPluginMessage: actually include in buildGabriel Burt2-5/+5
2011-04-13The GMutex and GCond API uses macros to function tables instead of real functionSebastian Dröge2-19/+56
We need to add real functions for these macros. Fixes bug #647529.
2010-08-23Don't modify hash tables while iterating over themMaarten Bosmans2-1/+15
This caused crashes for caps with more than a single struct when unreffing them in one way or another. Fixes bug #627677.
2010-05-13Fix ownership of appsink return valuesSebastian Dröge1-0/+3
Patch by kenkela@gmail.com. Fixes bug #618336.
2010-03-21Only use tags from 0.10.28 tooSebastian Dröge1-3/+0
2010-03-21Update docs for 0.10.28Sebastian Dröge3-12/+95
2010-03-21Update element inspection details to 0.10.28Sebastian Dröge2-2/+2
2010-03-21Init the X11 threads as first thing on X11 in the GTK sampleSebastian Dröge2-0/+9
2010-03-21Update to 0.10.28 APISebastian Dröge2-15/+19
2010-02-16Update bindings to 0.10.27 APISebastian Dröge2-2/+9
2010-02-14Don't fail to update the plugin inspect files if one plugin can't be foundSebastian Dröge6-9/+9
...for example when updating on Linux where the DirectSound/DirectDraw plugins are not available.
2010-02-14Update docsSebastian Dröge12-3/+2249
2010-02-14Add directsoundsink bindings and move directdrawsink to Gst.BadPlugins namespaceSebastian Dröge4-4/+135
2010-02-14Properly integrate Windows specific plugins bindings into the build systemSebastian Dröge3-1/+158
2010-02-14Add bindings for Windows specific pluginsAndoni Morales Alastruey7-1/+450
2010-02-13Add small tests for Gst.Base.ByteWriter bindingsSebastian Dröge1-0/+30
2010-02-13Extend Gst.Controller bindingsSebastian Dröge1-0/+46
Add methods to set the object of a controller, to get a controller instance from an object, to get/set control sources on an object and to sync the properties of an object to a timestamp.
2010-02-06Fix the way file uri is set in win32Andoni Morales Alastruey1-2/+13
2010-02-02Fix dllmap syntax errorSebastian Dröge1-1/+1
2010-02-02Rename ByteWriter API for the gst_byte_writer_reset_and_get_buffer changeSebastian Dröge2-2/+2
2010-02-01Update element bindings, add queue2 bindingsSebastian Dröge16-45/+879
2010-02-01Update API to 0.10.25.2Sebastian Dröge456-8/+6636
2010-01-18Fix parallel make in doc directoryBertrand Lorentz1-1/+3
Fixes bug #607249.
2010-01-16Use correct GAPI directoryGabriel Burt1-1/+1
Fixes bug #607123.
2010-01-12Change the gacdir from $(libdir) to $(prefix)/libGabriel Burt1-1/+1
On SUSE* distros at least, the Mono GAC is at /usr/lib/mono even on 64 bit installs where libdir is /usr/lib64. Fixes bug #606680.
2010-01-12Fix generation of YUV template capsGabriel Burt1-1/+1
Fixes bug #606688.
2010-01-04Fix dllmapsSebastian Dröge1-7/+7
2010-01-04Post release version bumpSebastian Dröge1-2/+2
2010-01-04Load cache on Application.Init, some more tweaksMaarten Bosmans1-17/+14
2010-01-04Handle the case where not all types of an assembly can be loadedMaarten Bosmans1-2/+7
2010-01-04Only call GetTypes() once for each assemblyMaarten Bosmans1-33/+29
All types with a GTypeNameAttribute are stored in a Dictionary
2010-01-04Only look for types in assemblies that reference gstreamer-sharpMaarten Bosmans1-23/+35
2010-01-04Register some more basic GStreamer GTypes as managed typesMaarten Bosmans1-0/+5
2009-12-18Fix crash when assemblies have empty location stringRichard Spiers1-4/+9
Fixes bug #604810.
2009-12-10Restore the simple Message.ParseTag overloadMaarten Bosmans2-2/+17
In daa62493 the Message.ParseTag(out Pad pad, out TagList tags) method is added and the old one removed, but they can coexist peacefully.
2009-12-10Remove unnecessary DllImportMaarten Bosmans1-3/+0
2009-12-06Some Makefile.am tweaksMaarten Bosmans6-6/+8
Executables on Windows have a .exe extension, so don't hardcode gsts-xmlinspect in TARGETS, but let automake figure it out. Add Makefile.in to MAINTAINERCLEANFILES. Fix typo in glue/Makefile.am.
2009-11-25Update ChangeLog, NEWS, RELEASE and version number0.9.2Sebastian Dröge4-11/+872
2009-11-25Update samples to use decodebin2/playbin2Sebastian Dröge2-5/+5
2009-11-25Update docsSebastian Dröge17-1755/+538
2009-11-25Update plugin bindings, remove playbin/decodebin bindings and add ximagesink ↵Sebastian Dröge13-464/+143
bindings
2009-11-25Update bindings for 0.10.25 APISebastian Dröge15-63/+993