Thibault Saunier [Wed, 6 Sep 2017 15:21:14 +0000 (12:21 -0300)]
metadata: Remove unused overrides and mark padding fields in objects as such
Thibault Saunier [Wed, 6 Sep 2017 12:33:55 +0000 (09:33 -0300)]
metadata: Add some documentation about our overrides
Thibault Saunier [Tue, 5 Sep 2017 01:04:35 +0000 (22:04 -0300)]
Update README
Thibault Saunier [Fri, 1 Sep 2017 20:43:41 +0000 (17:43 -0300)]
dlopen the libname.so.0 instead of libname.so on linux
It should always be available and libname.so is not available on
some distros (ubuntu 32bits)
Thibault Saunier [Thu, 31 Aug 2017 02:52:29 +0000 (23:52 -0300)]
Do not use glue anymore!
This is not needed anymore as ABI compatible structures are now generated
and used by the code generator.
Thibault Saunier [Wed, 30 Aug 2017 17:02:50 +0000 (14:02 -0300)]
Add a target to generate nugets.
Thibault Saunier [Wed, 30 Aug 2017 01:19:49 +0000 (22:19 -0300)]
Add a Global.TimeFomat function
Thibault Saunier [Tue, 29 Aug 2017 18:26:33 +0000 (15:26 -0300)]
samples: Fix broken media uris
Thibault Saunier [Tue, 29 Aug 2017 18:25:18 +0000 (15:25 -0300)]
Generate bindings for GES if avalaible
Thibault Saunier [Tue, 29 Aug 2017 02:04:26 +0000 (23:04 -0300)]
Update tutorial video sample uris
Thibault Saunier [Mon, 28 Aug 2017 19:43:17 +0000 (16:43 -0300)]
Fix some RTP methods array arguments
Thibault Saunier [Thu, 24 Aug 2017 14:47:52 +0000 (11:47 -0300)]
Update README and versioning
Thibault Saunier [Wed, 23 Aug 2017 18:27:24 +0000 (15:27 -0300)]
samples: Minor comment fix
Thibault Saunier [Tue, 22 Aug 2017 21:52:12 +0000 (18:52 -0300)]
Workaround bindinate mistake in gst_element_factory_get_static_pad_templates return type
Thibault Saunier [Tue, 22 Aug 2017 19:52:17 +0000 (16:52 -0300)]
Fix building the volume example
Removing ambuiguity about what Application namespace we target
Thibault Saunier [Mon, 21 Aug 2017 18:20:47 +0000 (15:20 -0300)]
Add meson build definitions
Thibault Saunier [Fri, 18 Aug 2017 20:56:25 +0000 (17:56 -0300)]
Hide the class methods we override.
Thibault Saunier [Fri, 18 Aug 2017 20:36:28 +0000 (17:36 -0300)]
Mark reserved fields as padding
Thibault Saunier [Fri, 18 Aug 2017 20:35:56 +0000 (17:35 -0300)]
Force type of Gst.SECOND and Gst.MSECOND
Latest bindinator doesn't seem to be able to handle GstClockTimeDiff
Something to investigate later
Thibault Saunier [Fri, 18 Aug 2017 15:27:33 +0000 (12:27 -0300)]
Handle new duplicated methods for 1.12
Thibault Saunier [Fri, 18 Aug 2017 20:33:33 +0000 (17:33 -0300)]
Include gst/pbutils/gstaudiovisualizer.h in the glue .c file
Thibault Saunier [Fri, 18 Aug 2017 15:29:59 +0000 (12:29 -0300)]
Update to GStreamer 1.12
Stephan Sundermann [Wed, 27 Apr 2016 13:59:04 +0000 (15:59 +0200)]
metadata: Fix move node expressions into custom classes (bgo#761326)
XPath matching seems to have changed somewhere between mono 3.2.3 and
4.x. This patch makes sure that all Global object tags are properly
visited when moving methods from the global class into custom ones.
Andrés G. Aragoneses [Fri, 10 Jul 2015 20:36:34 +0000 (22:36 +0200)]
build: add -f flag to `rm` in clean target
This way, running `make clean` twice would not
generate an error anymore.
Stephan Sundermann [Thu, 28 May 2015 13:57:16 +0000 (15:57 +0200)]
VideoOverlay: Fix issues on 32 bits
Stephan Sundermann [Wed, 21 Jan 2015 19:50:21 +0000 (20:50 +0100)]
MapInfo: Fix ArgumentOutOfRangeException
Respect the value's length so there is no exception when value doesn't contain size's bytes.
Stephan Sundermann [Tue, 25 Nov 2014 14:56:46 +0000 (15:56 +0100)]
Version: Add missing calling conventions
Stephan Sundermann [Tue, 25 Nov 2014 14:56:17 +0000 (15:56 +0100)]
Version: Reformat
Stephan Sundermann [Tue, 25 Nov 2014 14:53:50 +0000 (15:53 +0100)]
Value: Add missing calling conventions
Stephan Sundermann [Tue, 25 Nov 2014 14:53:41 +0000 (15:53 +0100)]
Message: Add missing calling convention
Stephan Sundermann [Tue, 25 Nov 2014 10:15:11 +0000 (11:15 +0100)]
DynamicSignal: Add missing calling convention
Stephan Sundermann [Tue, 25 Nov 2014 10:13:44 +0000 (11:13 +0100)]
DynamicSignal: Reformat to match conventions
Stephan Sundermann [Thu, 23 Oct 2014 22:53:37 +0000 (00:53 +0200)]
Application: Fix Init(args) and InitCheck(args)
Fixes #739069
Stephan Sundermann [Sun, 12 Oct 2014 13:08:47 +0000 (15:08 +0200)]
pkg-config: Depend on gio#/glib# instead of gtk#
Stephan Sundermann [Fri, 19 Sep 2014 16:39:44 +0000 (18:39 +0200)]
glue: Remove mpegts from includes
Stephan Sundermann [Fri, 19 Sep 2014 16:37:36 +0000 (18:37 +0200)]
Remove mpegts
mpegts is not API stable yet. This removes the dependency on -bad.
Stephan Sundermann [Thu, 18 Sep 2014 14:03:53 +0000 (16:03 +0200)]
Configure: Use mcs instead of gmcs
On some machines gmcs links to mscorlib 2.0 but that's too old, so we use the recommended mcs compiler.
Stephan Sundermann [Thu, 18 Sep 2014 13:39:28 +0000 (15:39 +0200)]
dllconfig: Fix glue name on osx
Stephan Sundermann [Thu, 18 Sep 2014 13:30:38 +0000 (15:30 +0200)]
examples: Add ExampleVolume in makefile
Master T [Thu, 18 Sep 2014 13:21:28 +0000 (15:21 +0200)]
example: Add volume element
https://bugzilla.gnome.org/show_bug.cgi?id=736882
Master T [Thu, 18 Sep 2014 07:54:19 +0000 (09:54 +0200)]
GstPad: make it possible to set flags (e.g. PadFlags.ProxyCaps)
Stephan Sundermann [Thu, 18 Sep 2014 13:03:39 +0000 (15:03 +0200)]
Object: Make flags writeable
Master T [Thu, 18 Sep 2014 09:45:39 +0000 (11:45 +0200)]
MapInfo: add DataPtr so the mapped Data can be accessed without copying
Master T [Thu, 18 Sep 2014 02:59:33 +0000 (04:59 +0200)]
MiniObject: fix MakeWritable In case the MiniObject had a reference count of 1 (writable), the object was destroyed due to a bug in Opaque not handling self-assignment of Raw. In case the MiniObject was not writable, the returned copy was not writable either because it had two references: one from gst_mini_object_make_writable and one from Opaque.Raw.
Stephan Sundermann [Thu, 18 Sep 2014 12:55:18 +0000 (14:55 +0200)]
Pad: Fix ownership
https://bugzilla.gnome.org/show_bug.cgi?id=736852
Stephan Sundermann [Thu, 18 Sep 2014 12:23:51 +0000 (14:23 +0200)]
gitignore: Add osx files
Sebastian Dröge [Fri, 29 Aug 2014 06:56:13 +0000 (09:56 +0300)]
gstreamer-sharp.dll.config: The glue library is called gstreamersharpglue, not gstsharpglue
Stephan Sundermann [Fri, 15 Aug 2014 16:32:08 +0000 (18:32 +0200)]
Update readme
Stephan Sundermann [Fri, 15 Aug 2014 16:25:37 +0000 (18:25 +0200)]
pkg-config: Add required packages
Stephan Sundermann [Fri, 15 Aug 2014 16:25:26 +0000 (18:25 +0200)]
Remove LICENSE file
Stephan Sundermann [Wed, 13 Aug 2014 00:57:00 +0000 (02:57 +0200)]
arrays: Fix byte arrays
Stephan Sundermann [Mon, 11 Aug 2014 15:38:08 +0000 (17:38 +0200)]
dllmap: Add osx mappings
Stephan Sundermann [Sun, 10 Aug 2014 18:46:07 +0000 (20:46 +0200)]
build: Depend on gtk# 2.99.4
Stephan Sundermann [Sun, 10 Aug 2014 16:44:51 +0000 (18:44 +0200)]
Iterator: remove destructor
Stephan Sundermann [Sat, 9 Aug 2014 21:09:40 +0000 (23:09 +0200)]
build: Constant include list
Stephan Sundermann [Fri, 8 Aug 2014 22:39:47 +0000 (00:39 +0200)]
Update gitignore
Stephan Sundermann [Fri, 8 Aug 2014 22:38:32 +0000 (00:38 +0200)]
configure: Update needed modules
Stephan Sundermann [Fri, 8 Aug 2014 18:32:34 +0000 (20:32 +0200)]
build: Build debug information
Stephan Sundermann [Fri, 8 Aug 2014 16:30:09 +0000 (18:30 +0200)]
sample: Add playback tutorial 7 sample
Stephan Sundermann [Fri, 8 Aug 2014 16:20:05 +0000 (18:20 +0200)]
sample: Add playback tutorial 6 sample
Stephan Sundermann [Fri, 8 Aug 2014 15:50:29 +0000 (17:50 +0200)]
sample: Add playback tutorial 5 sample
Stephan Sundermann [Fri, 8 Aug 2014 15:02:10 +0000 (17:02 +0200)]
sample: Add playback tutorial 4 sample
Stephan Sundermann [Thu, 7 Aug 2014 23:14:38 +0000 (01:14 +0200)]
sample: Add playback tutorial 3 sample
Stephan Sundermann [Thu, 7 Aug 2014 22:57:34 +0000 (00:57 +0200)]
sample: Add playback tutorial 2 sample
Stephan Sundermann [Thu, 7 Aug 2014 19:58:51 +0000 (21:58 +0200)]
sample: Add playback tutorial 1 sample
Stephan Sundermann [Thu, 7 Aug 2014 17:40:31 +0000 (19:40 +0200)]
sample: Add basic tutorial 13 sample
Stephan Sundermann [Thu, 7 Aug 2014 16:48:04 +0000 (18:48 +0200)]
sample: Add basic tutorial 12 sample
Stephan Sundermann [Thu, 7 Aug 2014 15:17:56 +0000 (17:17 +0200)]
sample: Add basic tutorial 9 sample
Stephan Sundermann [Thu, 7 Aug 2014 15:15:29 +0000 (17:15 +0200)]
TagList: Fix Value passing
Stephan Sundermann [Wed, 6 Aug 2014 23:24:23 +0000 (01:24 +0200)]
docs: add html target
Stephan Sundermann [Wed, 6 Aug 2014 23:02:01 +0000 (01:02 +0200)]
build: update solution files
Stephan Sundermann [Wed, 6 Aug 2014 21:41:05 +0000 (23:41 +0200)]
docs: Fix makefile
Stephan Sundermann [Wed, 6 Aug 2014 21:21:40 +0000 (23:21 +0200)]
build: Make distcheck pass
Stephan Sundermann [Wed, 6 Aug 2014 19:39:38 +0000 (21:39 +0200)]
sample: Add basic tutorial 8 sample
Stephan Sundermann [Wed, 6 Aug 2014 19:39:25 +0000 (21:39 +0200)]
MapInfo: Fix Data property
Stephan Sundermann [Wed, 6 Aug 2014 19:38:48 +0000 (21:38 +0200)]
App: Add custom constructors for AppSink and AppSrc
Stephan Sundermann [Wed, 6 Aug 2014 13:19:16 +0000 (15:19 +0200)]
Buffer: Fix byte[] methods
Stephan Sundermann [Tue, 5 Aug 2014 22:58:24 +0000 (00:58 +0200)]
sample: Add basic tutorial 7 sample
Stephan Sundermann [Tue, 5 Aug 2014 22:55:58 +0000 (00:55 +0200)]
Add bindings for class struct methods
Stephan Sundermann [Tue, 5 Aug 2014 21:05:32 +0000 (23:05 +0200)]
sample: Add basic tutorial 6 sample
Stephan Sundermann [Tue, 5 Aug 2014 21:05:20 +0000 (23:05 +0200)]
Value: Register with type system
Stephan Sundermann [Tue, 5 Aug 2014 19:19:51 +0000 (21:19 +0200)]
Regenerate bindings
Stephan Sundermann [Tue, 5 Aug 2014 09:51:37 +0000 (11:51 +0200)]
sample: Fix URL
Stephan Sundermann [Sun, 3 Aug 2014 15:41:31 +0000 (17:41 +0200)]
sample: Add basic tutorial 5 sample
Stephan Sundermann [Sun, 3 Aug 2014 12:21:25 +0000 (14:21 +0200)]
sample: Add basic tutorial 4 sample
Stephan Sundermann [Sun, 3 Aug 2014 12:19:30 +0000 (14:19 +0200)]
MiniObject: Add MakeWritable binding
Stephan Sundermann [Fri, 1 Aug 2014 18:51:40 +0000 (20:51 +0200)]
sample: Add basic tutorial 3 sample
Stephan Sundermann [Fri, 1 Aug 2014 15:01:17 +0000 (17:01 +0200)]
samples: Leave memory management up to the GC
Stephan Sundermann [Fri, 1 Aug 2014 14:15:22 +0000 (16:15 +0200)]
sample: Add basic tutorial 2 sample
Stephan Sundermann [Fri, 1 Aug 2014 14:15:04 +0000 (16:15 +0200)]
Bin: Add overloads for Add and Remove
Stephan Sundermann [Fri, 1 Aug 2014 13:31:52 +0000 (15:31 +0200)]
Add basic tutorial 1 sample
Stephan Sundermann [Fri, 1 Aug 2014 13:31:36 +0000 (15:31 +0200)]
constants: Add CLOCK_TIME_NONE
Stephan Sundermann [Fri, 1 Aug 2014 13:07:22 +0000 (15:07 +0200)]
Add sample makefile
Stephan Sundermann [Sat, 26 Jul 2014 22:06:14 +0000 (00:06 +0200)]
Ignore constness
Stephan Sundermann [Sat, 26 Jul 2014 21:26:54 +0000 (23:26 +0200)]
Fix some warnings
Stephan Sundermann [Mon, 21 Jul 2014 22:37:34 +0000 (00:37 +0200)]
Raise dependency to 1.4.0
Stephan Sundermann [Mon, 21 Jul 2014 22:36:22 +0000 (00:36 +0200)]
Various fixes
Stephan Sundermann [Sun, 20 Jul 2014 01:52:58 +0000 (03:52 +0200)]
Add gio-sharp dependency
Stephan Sundermann [Sun, 20 Jul 2014 01:32:48 +0000 (03:32 +0200)]
Fix compilation errors
Stephan Sundermann [Sat, 19 Jul 2014 13:33:01 +0000 (15:33 +0200)]
Update to 1.3.91