platform/upstream/gstreamer.git
10 years agoCaps: Added indexer and IEnumerable interface
Stephan Sundermann [Fri, 11 Oct 2013 15:00:10 +0000 (17:00 +0200)]
Caps: Added indexer and IEnumerable interface

10 years agoPad: Pad.Caps property now returns a GstCaps instead of an IntPtr
Stephan Sundermann [Fri, 11 Oct 2013 14:30:44 +0000 (16:30 +0200)]
Pad: Pad.Caps property now returns a GstCaps instead of an IntPtr

10 years agoIterator: Added integration with IEnumerable
Stephan Sundermann [Fri, 11 Oct 2013 12:53:39 +0000 (14:53 +0200)]
Iterator: Added integration with IEnumerable

10 years agoTagList: Removed weird Add overload
Stephan Sundermann [Fri, 11 Oct 2013 10:21:42 +0000 (12:21 +0200)]
TagList: Removed weird Add overload

10 years agoGst.TagList: Made custom fixup public
Stephan Sundermann [Fri, 11 Oct 2013 10:13:09 +0000 (12:13 +0200)]
Gst.TagList: Made custom fixup public

10 years agoRemoved some experimental stuff
Stephan Sundermann [Fri, 11 Oct 2013 10:12:18 +0000 (12:12 +0200)]
Removed some experimental stuff

10 years agoGst.Value: Added support for GstFraction, GstFourcc, GstRange...
Stephan Sundermann [Fri, 11 Oct 2013 10:04:10 +0000 (12:04 +0200)]
Gst.Value: Added support for GstFraction, GstFourcc, GstRange...

10 years agoTagList: Added methods from gstreamer-sharp-0.10
Stephan Sundermann [Fri, 11 Oct 2013 09:34:46 +0000 (11:34 +0200)]
TagList: Added methods from gstreamer-sharp-0.10

10 years agometadata: Do not remove all global classes
Stephan Sundermann [Fri, 11 Oct 2013 08:45:50 +0000 (10:45 +0200)]
metadata: Do not remove all global classes

TODO: For now Global and Constants for plugins are moved into
their own classes because the code generator overrides files which
already exists.

10 years agoGst.Object: Fixed property existance check
Stephan Sundermann [Thu, 10 Oct 2013 20:52:33 +0000 (22:52 +0200)]
Gst.Object: Fixed property existance check

g_object_class_find_property's return value does not need to be freed
and needs a GObjectClass*

10 years agoGst.Object: use 'using' pattern for GValue
Stephan Sundermann [Thu, 10 Oct 2013 20:50:34 +0000 (22:50 +0200)]
Gst.Object: use 'using' pattern for GValue

10 years agoGst.Object: Improved performance on multiple property calls
Stephan Sundermann [Thu, 10 Oct 2013 18:45:59 +0000 (20:45 +0200)]
Gst.Object: Improved performance on multiple property calls

Successful property lookups get cached in a dictionary
to improve performance of subsequent lookups

10 years agoCheck if property exists before accessing or setting it
Stephan Sundermann [Thu, 10 Oct 2013 18:26:26 +0000 (20:26 +0200)]
Check if property exists before accessing or setting it

Previously when accessing/setting a property which does not exist,
there will be segmentation faults

10 years agoFixed namespace for GstPbUtils
Stephan Sundermann [Thu, 10 Oct 2013 13:33:16 +0000 (15:33 +0200)]
Fixed namespace for GstPbUtils

10 years agoAdded GstPbutils
Stephan Sundermann [Thu, 10 Oct 2013 13:28:28 +0000 (15:28 +0200)]
Added GstPbutils

Hack: The bindings for these plugins are generated from the 1.2 girs,
so there might be some API which is not available yet in 1.0

10 years agometadata: Fixed namespaces
Stephan Sundermann [Thu, 10 Oct 2013 13:13:45 +0000 (15:13 +0200)]
metadata: Fixed namespaces

10 years agoAdded bindings for GstAudio
Stephan Sundermann [Thu, 10 Oct 2013 12:58:49 +0000 (14:58 +0200)]
Added bindings for GstAudio

These are converted from gstreamer 1.2 introspection data,
so there might be some API which is not yet available in 1.2

10 years agoAdded GstVideo and GstBase bindings
Stephan Sundermann [Thu, 10 Oct 2013 12:37:13 +0000 (14:37 +0200)]
Added GstVideo and GstBase bindings

Hack: The bindings for these plugins are generated from the 1.2 girs,
so there might be some API which is not available yet in 1.0

10 years agoconfigure: require 2.99.2
Andrés G. Aragoneses [Thu, 10 Oct 2013 09:44:39 +0000 (11:44 +0200)]
configure: require 2.99.2

Also, we now check for glib-sharp instead of gtk-sharp, because
even if they are hosted in the same repository named "gtk-sharp",
that could change in the future, and glib-sharp provides its
own .pc file as well.

10 years agoFixed compilation with recent gapi changes Fixed missing namespace error in Version.cs
Stephan Sundermann [Wed, 28 Aug 2013 13:03:17 +0000 (15:03 +0200)]
Fixed compilation with recent gapi changes Fixed missing namespace error in Version.cs

10 years agoAdded Version class
Stephan Sundermann [Wed, 31 Jul 2013 11:19:42 +0000 (13:19 +0200)]
Added Version class

10 years agoRemoved opaque from interfaces Fixed Object's lock field
Stephan Sundermann [Sat, 27 Jul 2013 16:14:39 +0000 (18:14 +0200)]
Removed opaque from interfaces Fixed Object's lock field

10 years agoAdded variable params Element.Link and Element.Unlink
Stephan Sundermann [Sat, 27 Jul 2013 15:00:26 +0000 (17:00 +0200)]
Added variable params Element.Link and Element.Unlink

10 years agoMake many things opaque
Stephan Sundermann [Sat, 27 Jul 2013 13:33:02 +0000 (15:33 +0200)]
Make many things opaque

10 years agoMade GstDateTime opaque
Stephan Sundermann [Sat, 27 Jul 2013 12:04:55 +0000 (14:04 +0200)]
Made GstDateTime opaque

10 years agoAdded parameterless gst_init
Stephan Sundermann [Thu, 25 Jul 2013 22:55:08 +0000 (00:55 +0200)]
Added parameterless gst_init

10 years agoWindows library name instead of package name for .NET support
Stephan Sundermann [Thu, 25 Jul 2013 22:44:33 +0000 (00:44 +0200)]
Windows library name instead of package name for .NET support

10 years agoRemoved some fixed stuff
Stephan Sundermann [Tue, 23 Jul 2013 23:18:37 +0000 (01:18 +0200)]
Removed some fixed stuff

10 years agoAPI regeneration
Stephan Sundermann [Tue, 23 Jul 2013 22:32:09 +0000 (00:32 +0200)]
API regeneration

10 years agoCopy methods from GstMiniObject to their derived structs
Stephan Sundermann [Sat, 20 Jul 2013 12:46:16 +0000 (14:46 +0200)]
Copy methods from GstMiniObject to their derived structs

10 years agoChanged assembly name to gstreamer-sharp
Stephan Sundermann [Fri, 19 Jul 2013 14:28:29 +0000 (16:28 +0200)]
Changed assembly name to gstreamer-sharp

10 years agoAdded glue Added dynamic signals Regenerated API
Stephan Sundermann [Fri, 19 Jul 2013 12:58:37 +0000 (14:58 +0200)]
Added glue Added dynamic signals Regenerated API

10 years agoAdded basic sample. Just plays a movie and parses the messages it gets from Gstreamer...
Stephan Sundermann [Thu, 11 Jul 2013 13:26:27 +0000 (15:26 +0200)]
Added basic sample. Just plays a movie and parses the messages it gets from Gstreamer and writes them to the console

10 years agoAdded some custom code for Message Fixed some metadata
Stephan Sundermann [Thu, 11 Jul 2013 13:20:51 +0000 (15:20 +0200)]
Added some custom code for Message Fixed some metadata

10 years agoPass all miniobjects and GstStructure by reference These types contain more informati...
Stephan Sundermann [Wed, 10 Jul 2013 13:45:41 +0000 (15:45 +0200)]
Pass all miniobjects and GstStructure by reference These types contain more information internally, which would get lost if we pass them by value, because only parts of these structs are visible to the bindings and thus information is missed when the structure would get passed back to native.

10 years agoShifted things from GstGlobal into their own classes Added missing README
Stephan Sundermann [Wed, 3 Jul 2013 16:58:30 +0000 (18:58 +0200)]
Shifted things from GstGlobal into their own classes Added missing README

10 years agoElement is not abstract but should not be instantiable from managed
Stephan Sundermann [Mon, 1 Jul 2013 17:31:07 +0000 (19:31 +0200)]
Element is not abstract but should not be instantiable from managed

10 years agoAdded more metadata Regenerated API
Stephan Sundermann [Sat, 29 Jun 2013 20:23:24 +0000 (22:23 +0200)]
Added more metadata Regenerated API

10 years agoRegenerated gstreamer api
Stephan Sundermann [Mon, 17 Jun 2013 22:28:11 +0000 (00:28 +0200)]
Regenerated gstreamer api

10 years agoUpdate README.md
Stephan Sundermann [Mon, 17 Jun 2013 14:36:35 +0000 (17:36 +0300)]
Update README.md

10 years agoUpdate Readme
Stephan Sundermann [Mon, 17 Jun 2013 14:25:55 +0000 (16:25 +0200)]
Update Readme

10 years agoInitial commit
Stephan Sundermann [Mon, 17 Jun 2013 14:23:54 +0000 (16:23 +0200)]
Initial commit

10 years agoInitial commit
Stephan Sundermann [Mon, 17 Jun 2013 14:18:18 +0000 (07:18 -0700)]
Initial commit

10 years agoPreparation to push 1.0 bindings
Stephan Sundermann [Sat, 21 Dec 2013 15:43:41 +0000 (16:43 +0100)]
Preparation to push 1.0 bindings

11 years agoglue/glib: g_thread_supported() is deprecated in GLib 2.36
Tim-Philipp Müller [Thu, 23 May 2013 22:53:29 +0000 (23:53 +0100)]
glue/glib: g_thread_supported() is deprecated in GLib 2.36

https://bugzilla.gnome.org/show_bug.cgi?id=700875

12 years agoDon't include glib/gthread.h directly
Bjørn Lie [Tue, 10 Jul 2012 09:50:19 +0000 (10:50 +0100)]
Don't include glib/gthread.h directly

https://bugzilla.gnome.org/show_bug.cgi?id=679205

12 years agoMake sure gst_param_spec_... is parsed in addition to g_param_spec_... as well. E...
Age Bosma [Mon, 19 Sep 2011 11:57:29 +0000 (13:57 +0200)]
Make sure gst_param_spec_... is parsed in addition to g_param_spec_... as well. E.g. for mini_object properties (gst_param_spec_mini_object)

12 years agoarray_len of GST_PADDING-3 should be set to 1 instead of 3
Age Bosma [Mon, 19 Sep 2011 11:43:58 +0000 (13:43 +0200)]
array_len of GST_PADDING-3 should be set to 1 instead of 3

12 years agoAdd dllmap for gstreamersharpglue native helper library
Chow Loong Jin [Tue, 16 Aug 2011 15:17:16 +0000 (17:17 +0200)]
Add dllmap for gstreamersharpglue native helper library

12 years agoAdd dllmap for libgthread
Chow Loong Jin [Tue, 16 Aug 2011 15:13:59 +0000 (17:13 +0200)]
Add dllmap for libgthread

12 years agoAllow null as src argument in the Gst.Message constructors
Sebastian Dröge [Tue, 16 Aug 2011 15:07:43 +0000 (17:07 +0200)]
Allow null as src argument in the Gst.Message constructors

Spotted by Chow Loong Jin <hyperair@ubuntu.com>

13 years agoFix string[] parameter of InstallPlugins methods
Gabriel Burt [Fri, 6 May 2011 21:02:56 +0000 (16:02 -0500)]
Fix string[] parameter of InstallPlugins methods

13 years agoMissingPluginMessage: actually include in build
Gabriel Burt [Fri, 6 May 2011 19:13:28 +0000 (14:13 -0500)]
MissingPluginMessage: actually include in build

13 years agoThe GMutex and GCond API uses macros to function tables instead of real function
Sebastian Dröge [Wed, 13 Apr 2011 15:33:05 +0000 (17:33 +0200)]
The GMutex and GCond API uses macros to function tables instead of real function

We need to add real functions for these macros. Fixes bug #647529.

13 years agoDon't modify hash tables while iterating over them
Maarten Bosmans [Mon, 23 Aug 2010 08:54:41 +0000 (10:54 +0200)]
Don't modify hash tables while iterating over them

This caused crashes for caps with more than a single struct
when unreffing them in one way or another.

Fixes bug #627677.

14 years agoFix ownership of appsink return values
Sebastian Dröge [Thu, 13 May 2010 09:24:22 +0000 (11:24 +0200)]
Fix ownership of appsink return values

Patch by kenkela@gmail.com.

Fixes bug #618336.

14 years agoOnly use tags from 0.10.28 too
Sebastian Dröge [Sun, 21 Mar 2010 18:48:40 +0000 (19:48 +0100)]
Only use tags from 0.10.28 too

14 years agoUpdate docs for 0.10.28
Sebastian Dröge [Sun, 21 Mar 2010 10:39:40 +0000 (11:39 +0100)]
Update docs for 0.10.28

14 years agoUpdate element inspection details to 0.10.28
Sebastian Dröge [Sun, 21 Mar 2010 10:38:34 +0000 (11:38 +0100)]
Update element inspection details to 0.10.28

14 years agoInit the X11 threads as first thing on X11 in the GTK sample
Sebastian Dröge [Sun, 21 Mar 2010 10:37:57 +0000 (11:37 +0100)]
Init the X11 threads as first thing on X11 in the GTK sample

14 years agoUpdate to 0.10.28 API
Sebastian Dröge [Sun, 21 Mar 2010 10:35:50 +0000 (11:35 +0100)]
Update to 0.10.28 API

14 years agoUpdate bindings to 0.10.27 API
Sebastian Dröge [Tue, 16 Feb 2010 10:00:59 +0000 (11:00 +0100)]
Update bindings to 0.10.27 API

14 years agoDon't fail to update the plugin inspect files if one plugin can't be found
Sebastian Dröge [Sun, 14 Feb 2010 09:56:17 +0000 (10:56 +0100)]
Don't fail to update the plugin inspect files if one plugin can't be found

...for example when updating on Linux where the DirectSound/DirectDraw
plugins are not available.

14 years agoUpdate docs
Sebastian Dröge [Sun, 14 Feb 2010 09:49:39 +0000 (10:49 +0100)]
Update docs

14 years agoAdd directsoundsink bindings and move directdrawsink to Gst.BadPlugins namespace
Sebastian Dröge [Sun, 14 Feb 2010 09:47:52 +0000 (10:47 +0100)]
Add directsoundsink bindings and move directdrawsink to Gst.BadPlugins namespace

14 years agoProperly integrate Windows specific plugins bindings into the build system
Sebastian Dröge [Sun, 14 Feb 2010 09:32:01 +0000 (10:32 +0100)]
Properly integrate Windows specific plugins bindings into the build system

14 years agoAdd bindings for Windows specific plugins
Andoni Morales Alastruey [Sat, 13 Feb 2010 11:35:50 +0000 (12:35 +0100)]
Add bindings for Windows specific plugins

14 years agoAdd small tests for Gst.Base.ByteWriter bindings
Sebastian Dröge [Sat, 13 Feb 2010 09:18:15 +0000 (10:18 +0100)]
Add small tests for Gst.Base.ByteWriter bindings

14 years agoExtend Gst.Controller bindings
Sebastian Dröge [Sat, 13 Feb 2010 08:38:10 +0000 (09:38 +0100)]
Extend Gst.Controller bindings

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.

14 years agoFix the way file uri is set in win32
Andoni Morales Alastruey [Fri, 5 Feb 2010 22:39:12 +0000 (23:39 +0100)]
Fix the way file uri is set in win32

14 years agoFix dllmap syntax error
Sebastian Dröge [Tue, 2 Feb 2010 07:50:12 +0000 (08:50 +0100)]
Fix dllmap syntax error

14 years agoRename ByteWriter API for the gst_byte_writer_reset_and_get_buffer change
Sebastian Dröge [Tue, 2 Feb 2010 07:46:58 +0000 (08:46 +0100)]
Rename ByteWriter API for the gst_byte_writer_reset_and_get_buffer change

14 years agoUpdate element bindings, add queue2 bindings
Sebastian Dröge [Mon, 1 Feb 2010 09:48:52 +0000 (10:48 +0100)]
Update element bindings, add queue2 bindings

14 years agoUpdate API to 0.10.25.2
Sebastian Dröge [Mon, 1 Feb 2010 09:44:21 +0000 (10:44 +0100)]
Update API to 0.10.25.2

14 years agoFix parallel make in doc directory
Bertrand Lorentz [Sun, 17 Jan 2010 21:07:29 +0000 (22:07 +0100)]
Fix parallel make in doc directory

Fixes bug #607249.

14 years agoUse correct GAPI directory
Gabriel Burt [Sat, 16 Jan 2010 10:18:17 +0000 (11:18 +0100)]
Use correct GAPI directory

Fixes bug #607123.

14 years agoChange the gacdir from $(libdir) to $(prefix)/lib
Gabriel Burt [Tue, 12 Jan 2010 11:35:55 +0000 (12:35 +0100)]
Change the gacdir from $(libdir) to $(prefix)/lib

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.

14 years agoFix generation of YUV template caps
Gabriel Burt [Tue, 12 Jan 2010 11:23:06 +0000 (12:23 +0100)]
Fix generation of YUV template caps

Fixes bug #606688.

14 years agoFix dllmaps
Sebastian Dröge [Mon, 4 Jan 2010 09:11:48 +0000 (10:11 +0100)]
Fix dllmaps

14 years agoPost release version bump
Sebastian Dröge [Mon, 4 Jan 2010 09:03:10 +0000 (10:03 +0100)]
Post release version bump

14 years agoLoad cache on Application.Init, some more tweaks
Maarten Bosmans [Mon, 28 Dec 2009 21:10:00 +0000 (22:10 +0100)]
Load cache on Application.Init, some more tweaks

14 years agoHandle the case where not all types of an assembly can be loaded
Maarten Bosmans [Sat, 26 Dec 2009 11:23:48 +0000 (12:23 +0100)]
Handle the case where not all types of an assembly can be loaded

14 years agoOnly call GetTypes() once for each assembly
Maarten Bosmans [Thu, 24 Dec 2009 22:30:50 +0000 (23:30 +0100)]
Only call GetTypes() once for each assembly

All types with a GTypeNameAttribute are stored in a Dictionary

14 years agoOnly look for types in assemblies that reference gstreamer-sharp
Maarten Bosmans [Thu, 24 Dec 2009 16:59:18 +0000 (17:59 +0100)]
Only look for types in assemblies that reference gstreamer-sharp

14 years agoRegister some more basic GStreamer GTypes as managed types
Maarten Bosmans [Thu, 24 Dec 2009 11:53:51 +0000 (12:53 +0100)]
Register some more basic GStreamer GTypes as managed types

14 years agoFix crash when assemblies have empty location string
Richard Spiers [Fri, 18 Dec 2009 10:21:03 +0000 (12:21 +0200)]
Fix crash when assemblies have empty location string

Fixes bug #604810.

14 years agoRestore the simple Message.ParseTag overload
Maarten Bosmans [Sat, 5 Dec 2009 19:30:55 +0000 (20:30 +0100)]
Restore the simple Message.ParseTag overload

In daa62493 the Message.ParseTag(out Pad pad, out TagList tags) method
is added and the old one removed, but they can coexist peacefully.

14 years agoRemove unnecessary DllImport
Maarten Bosmans [Sat, 5 Dec 2009 21:18:04 +0000 (22:18 +0100)]
Remove unnecessary DllImport

14 years agoSome Makefile.am tweaks
Maarten Bosmans [Sat, 5 Dec 2009 09:14:17 +0000 (10:14 +0100)]
Some Makefile.am tweaks

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.

14 years agoUpdate ChangeLog, NEWS, RELEASE and version number
Sebastian Dröge [Wed, 25 Nov 2009 10:17:39 +0000 (11:17 +0100)]
Update ChangeLog, NEWS, RELEASE and version number

14 years agoUpdate samples to use decodebin2/playbin2
Sebastian Dröge [Wed, 25 Nov 2009 09:10:52 +0000 (10:10 +0100)]
Update samples to use decodebin2/playbin2

14 years agoUpdate docs
Sebastian Dröge [Wed, 25 Nov 2009 09:08:09 +0000 (10:08 +0100)]
Update docs

14 years agoUpdate plugin bindings, remove playbin/decodebin bindings and add ximagesink bindings
Sebastian Dröge [Wed, 25 Nov 2009 09:07:42 +0000 (10:07 +0100)]
Update plugin bindings, remove playbin/decodebin bindings and add ximagesink bindings

14 years agoUpdate bindings for 0.10.25 API
Sebastian Dröge [Wed, 25 Nov 2009 08:53:20 +0000 (09:53 +0100)]
Update bindings for 0.10.25 API

14 years agoIf GTK 2.18 is used, make sure that the DrawingArea has a native window attached
Sebastian Dröge [Wed, 25 Nov 2009 07:16:05 +0000 (08:16 +0100)]
If GTK 2.18 is used, make sure that the DrawingArea has a native window attached

14 years agoUpdate glib-sharp from trunk
Sebastian Dröge [Wed, 25 Nov 2009 07:15:11 +0000 (08:15 +0100)]
Update glib-sharp from trunk

Fixes bug #595377.

14 years agoUpdate code generator from gtk-sharp trunk
Sebastian Dröge [Wed, 25 Nov 2009 07:10:39 +0000 (08:10 +0100)]
Update code generator from gtk-sharp trunk

14 years agoUpdate glib-sharp from gtk-sharp trunk
Sebastian Dröge [Sat, 3 Oct 2009 10:03:36 +0000 (12:03 +0200)]
Update glib-sharp from gtk-sharp trunk

14 years agoUpdate code generator from gtk-sharp trunk
Sebastian Dröge [Sat, 3 Oct 2009 09:59:14 +0000 (11:59 +0200)]
Update code generator from gtk-sharp trunk

14 years agoShip samples/TransformSample.cs in the tarballs
Sebastian Dröge [Sat, 3 Oct 2009 09:51:57 +0000 (11:51 +0200)]
Ship samples/TransformSample.cs in the tarballs