platform/upstream/gstreamer.git
6 years agoRelease 1.13.91
Tim-Philipp Müller [Wed, 14 Mar 2018 00:26:35 +0000 (00:26 +0000)]
Release 1.13.91

6 years agoGst.Pipeline: Hide GetBus
Justin Kim [Wed, 28 Feb 2018 13:01:24 +0000 (22:01 +0900)]
Gst.Pipeline: Hide GetBus

Gst.Element has same method to return Gst.Bus
so Gst.Pipeline doesn't need to define again.

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

6 years agomessage: Name all constructors
Thibault Saunier [Tue, 13 Mar 2018 13:06:58 +0000 (10:06 -0300)]
message: Name all constructors

And fix examples.

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

6 years agoevent: Make sure all constructor have a proper name
Thibault Saunier [Tue, 13 Mar 2018 13:04:35 +0000 (10:04 -0300)]
event: Make sure all constructor have a proper name

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

6 years agocaps: Make sure that the empty constructor build an Empty caps
Thibault Saunier [Tue, 13 Mar 2018 12:27:01 +0000 (09:27 -0300)]
caps: Make sure that the empty constructor build an Empty caps

Moving the NewAny variant at the end of the nodes in the API definition
file.

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

6 years agoDynamicSignal: Add Dispose to SignalInfo
Justin Kim [Thu, 1 Mar 2018 03:36:23 +0000 (12:36 +0900)]
DynamicSignal: Add Dispose to SignalInfo

SignalInfo implements IDisposable to free GCHandle.

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

6 years agoMove generated files to dedicated folders named by namespace
Thibault Saunier [Mon, 12 Mar 2018 00:39:46 +0000 (21:39 -0300)]
Move generated files to dedicated folders named by namespace

Making it cleaner and simpler to navigate and removing previous
ugly and now useless hack where we were renaming files ourself
to make meson happy.

6 years agoUpdate to 1.13.90
Thibault Saunier [Sun, 11 Mar 2018 15:28:57 +0000 (12:28 -0300)]
Update to 1.13.90

* Hide new GstAudioAggregator for now (needs some work)
* Fix the GstAudioInfo.SetFormat API and its use in the samples (it was plain broken
  and fixes in the annotation fixed it)

6 years agoAdd a way to simply update sources and document it
Thibault Saunier [Mon, 29 Jan 2018 21:03:40 +0000 (18:03 -0300)]
Add a way to simply update sources and document it

6 years agoUpdate GES
Thibault Saunier [Mon, 29 Jan 2018 20:46:44 +0000 (17:46 -0300)]
Update GES

6 years agoVersion control generated source code
Thibault Saunier [Mon, 29 Jan 2018 18:56:49 +0000 (15:56 -0300)]
Version control generated source code

6 years agoUpdate for current master
Thibault Saunier [Mon, 29 Jan 2018 18:31:16 +0000 (15:31 -0300)]
Update for current master

6 years agoFix few leaks after strdup
Justin Kim [Thu, 25 Jan 2018 13:47:52 +0000 (22:47 +0900)]
Fix few leaks after strdup

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

6 years agobuild: Fix running tests when not in gst-uninstalled env
Thibault Saunier [Fri, 12 Jan 2018 16:04:37 +0000 (13:04 -0300)]
build: Fix running tests when not in gst-uninstalled env

Making sure mono find the required and built libraries

6 years agoDynamicSignal: Add UnmanagedFunctionPointer to GClosureMarshal
Justin Kim [Mon, 1 Jan 2018 13:59:02 +0000 (22:59 +0900)]
DynamicSignal: Add UnmanagedFunctionPointer to GClosureMarshal

Without the convention, Gst.Object.Connect causes AccessViolationException.

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

6 years ago`is-padding` was renamed to `padding` in GtkSharp
Thibault Saunier [Fri, 1 Dec 2017 02:04:54 +0000 (23:04 -0300)]
`is-padding` was renamed to `padding` in GtkSharp

This fits the expected name in other parts of the code.

6 years agoFix circular dependencies in the generated nuggets
Thibault Saunier [Thu, 23 Nov 2017 15:28:13 +0000 (12:28 -0300)]
Fix circular dependencies in the generated nuggets

6 years agoRemove autotools
Thibault Saunier [Wed, 11 Oct 2017 22:20:38 +0000 (00:20 +0200)]
Remove autotools

It is not up to date anyway.

6 years agoRemove some remaining reference to the glue
Thibault Saunier [Wed, 11 Oct 2017 21:47:35 +0000 (23:47 +0200)]
Remove some remaining reference to the glue

6 years agoMake our nugget depend on GLib-sharp ones
Thibault Saunier [Wed, 11 Oct 2017 21:42:56 +0000 (23:42 +0200)]
Make our nugget depend on GLib-sharp ones

6 years agoRun tests only when using mono and set MONO_PATH
Thibault Saunier [Wed, 4 Oct 2017 20:07:26 +0000 (17:07 -0300)]
Run tests only when using mono and set MONO_PATH

6 years agoAdd ABI tests and fix related issues
Thibault Saunier [Wed, 4 Oct 2017 19:02:53 +0000 (16:02 -0300)]
Add ABI tests and fix related issues

6 years agoUpdate .raw file with callbacks in structures
Thibault Saunier [Wed, 4 Oct 2017 19:01:25 +0000 (16:01 -0300)]
Update .raw file with callbacks in structures

6 years agoDo not ever try to generate managed structures
Thibault Saunier [Fri, 29 Sep 2017 14:43:48 +0000 (11:43 -0300)]
Do not ever try to generate managed structures

6 years agoFix GstTypeFind ABI
Thibault Saunier [Fri, 29 Sep 2017 14:42:39 +0000 (11:42 -0300)]
Fix GstTypeFind ABI

6 years agoFix GstAudioBase* parent classes
Thibault Saunier [Fri, 29 Sep 2017 00:55:43 +0000 (21:55 -0300)]
Fix GstAudioBase* parent classes

Those were miss generated in meson build girs

6 years agoRemove GParamSpec subclasses as they are not handled in the code generator
Thibault Saunier [Fri, 29 Sep 2017 00:54:03 +0000 (21:54 -0300)]
Remove GParamSpec subclasses as they are not handled in the code generator

6 years agoFix GstIterator.master_cookie type
Thibault Saunier [Thu, 28 Sep 2017 20:44:46 +0000 (17:44 -0300)]
Fix GstIterator.master_cookie type

It is a pointer to a guint32

6 years agoRemove remaining reference to glue
Thibault Saunier [Thu, 28 Sep 2017 20:44:18 +0000 (17:44 -0300)]
Remove remaining reference to glue

6 years agoMake GstVideo/AudioInfo GLib.Opaque structures
Thibault Saunier [Mon, 25 Sep 2017 21:40:29 +0000 (18:40 -0300)]
Make GstVideo/AudioInfo GLib.Opaque structures

So that we generate a ABI compatible structure and make it working.
Also this is the way we do it for almost all other structures of this
kind.

I first tried to keep having a managed structure that properly matches
the C structure ABI generating in the gtk-sharp generator Explicit structure
for the union as we do with non managed structures but this is not
possible and leads to the following assertion in mono:

    Type Gst.Video.VideoInfo/__ABI which has an [ExplicitLayout] attribute cannot have a reference field at the same offset as another field.

This sensibly changes the API but I bet noone will even notice.

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

6 years agomeson: Fix generation of nugets.
Thibault Saunier [Tue, 26 Sep 2017 12:30:12 +0000 (09:30 -0300)]
meson: Fix generation of nugets.

6 years agomeson: keysign only when using mono and use a project argument
Thibault Saunier [Mon, 25 Sep 2017 15:00:00 +0000 (12:00 -0300)]
meson: keysign only when using mono and use a project argument

6 years agoMake sure to run exes within mono if required
Thibault Saunier [Mon, 25 Sep 2017 14:56:43 +0000 (11:56 -0300)]
Make sure to run exes within mono if required

6 years agoDynamicSignal: use NativeType property instead of doing unsafe pointer trickery
Erlend Graff [Mon, 18 Sep 2017 13:28:29 +0000 (15:28 +0200)]
DynamicSignal: use NativeType property instead of doing unsafe pointer trickery

(which doesn't work with MS csc)

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

6 years agoUpdate to current master
Thibault Saunier [Thu, 21 Sep 2017 19:59:43 +0000 (16:59 -0300)]
Update to current master

6 years agosamples: Minor fix in the way we free resources
Thibault Saunier [Thu, 21 Sep 2017 19:58:38 +0000 (16:58 -0300)]
samples: Minor fix in the way we free resources

6 years agoAlso generate 'unintrospectable' _unref method
Thibault Saunier [Thu, 21 Sep 2017 17:11:03 +0000 (14:11 -0300)]
Also generate 'unintrospectable' _unref method

Otherwise we will leak all Opaque structures

6 years agoMake sure GstSample is declared as subclass of GstMiniObject
Erlend Graff [Mon, 18 Sep 2017 18:30:26 +0000 (20:30 +0200)]
Make sure GstSample is declared as subclass of GstMiniObject

6 years agomeson: Fix gtk-sharp git repo url
Thibault Saunier [Wed, 20 Sep 2017 20:48:22 +0000 (17:48 -0300)]
meson: Fix gtk-sharp git repo url

We want to use the new gtk-sharp/gtk-sharp "upstream", not some random repo!

6 years agomeson: Fix some dependencies
Thibault Saunier [Wed, 20 Sep 2017 20:22:17 +0000 (17:22 -0300)]
meson: Fix some dependencies

6 years agoBump versiom to 1.13
Thibault Saunier [Wed, 6 Sep 2017 16:05:46 +0000 (13:05 -0300)]
Bump versiom to 1.13

So it is usable from gst-build master.

6 years agometadata: Remove unused overrides and mark padding fields in objects as such
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

6 years agometadata: Add some documentation about our overrides
Thibault Saunier [Wed, 6 Sep 2017 12:33:55 +0000 (09:33 -0300)]
metadata: Add some documentation about our overrides

6 years agoUpdate README
Thibault Saunier [Tue, 5 Sep 2017 01:04:35 +0000 (22:04 -0300)]
Update README

6 years agodlopen the libname.so.0 instead of libname.so on linux
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)

6 years agoDo not use glue anymore!
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.

6 years agoAdd a target to generate nugets.
Thibault Saunier [Wed, 30 Aug 2017 17:02:50 +0000 (14:02 -0300)]
Add a target to generate nugets.

6 years agoAdd a Global.TimeFomat function
Thibault Saunier [Wed, 30 Aug 2017 01:19:49 +0000 (22:19 -0300)]
Add a Global.TimeFomat function

6 years agosamples: Fix broken media uris
Thibault Saunier [Tue, 29 Aug 2017 18:26:33 +0000 (15:26 -0300)]
samples: Fix broken media uris

6 years agoGenerate bindings for GES if avalaible
Thibault Saunier [Tue, 29 Aug 2017 18:25:18 +0000 (15:25 -0300)]
Generate bindings for GES if avalaible

6 years agoUpdate tutorial video sample uris
Thibault Saunier [Tue, 29 Aug 2017 02:04:26 +0000 (23:04 -0300)]
Update tutorial video sample uris

6 years agoFix some RTP methods array arguments
Thibault Saunier [Mon, 28 Aug 2017 19:43:17 +0000 (16:43 -0300)]
Fix some RTP methods array arguments

6 years agoUpdate README and versioning
Thibault Saunier [Thu, 24 Aug 2017 14:47:52 +0000 (11:47 -0300)]
Update README and versioning

6 years agosamples: Minor comment fix
Thibault Saunier [Wed, 23 Aug 2017 18:27:24 +0000 (15:27 -0300)]
samples: Minor comment fix

6 years agoWorkaround bindinate mistake in gst_element_factory_get_static_pad_templates return...
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

6 years agoFix building the volume example
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

6 years agoAdd meson build definitions
Thibault Saunier [Mon, 21 Aug 2017 18:20:47 +0000 (15:20 -0300)]
Add meson build definitions

6 years agoHide the class methods we override.
Thibault Saunier [Fri, 18 Aug 2017 20:56:25 +0000 (17:56 -0300)]
Hide the class methods we override.

6 years agoMark reserved fields as padding
Thibault Saunier [Fri, 18 Aug 2017 20:36:28 +0000 (17:36 -0300)]
Mark reserved fields as padding

6 years agoForce type of Gst.SECOND and Gst.MSECOND
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

6 years agoHandle new duplicated methods for 1.12
Thibault Saunier [Fri, 18 Aug 2017 15:27:33 +0000 (12:27 -0300)]
Handle new duplicated methods for 1.12

6 years agoInclude gst/pbutils/gstaudiovisualizer.h in the glue .c file
Thibault Saunier [Fri, 18 Aug 2017 20:33:33 +0000 (17:33 -0300)]
Include gst/pbutils/gstaudiovisualizer.h in the glue .c file

6 years agoUpdate to GStreamer 1.12
Thibault Saunier [Fri, 18 Aug 2017 15:29:59 +0000 (12:29 -0300)]
Update to GStreamer 1.12

8 years agometadata: Fix move node expressions into custom classes (bgo#761326)
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.

9 years agobuild: add -f flag to `rm` in clean target
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.

9 years agoVideoOverlay: Fix issues on 32 bits
Stephan Sundermann [Thu, 28 May 2015 13:57:16 +0000 (15:57 +0200)]
VideoOverlay: Fix issues on 32 bits

9 years agoMapInfo: Fix ArgumentOutOfRangeException
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.

9 years agoVersion: Add missing calling conventions
Stephan Sundermann [Tue, 25 Nov 2014 14:56:46 +0000 (15:56 +0100)]
Version: Add missing calling conventions

9 years agoVersion: Reformat
Stephan Sundermann [Tue, 25 Nov 2014 14:56:17 +0000 (15:56 +0100)]
Version: Reformat

9 years agoValue: Add missing calling conventions
Stephan Sundermann [Tue, 25 Nov 2014 14:53:50 +0000 (15:53 +0100)]
Value: Add missing calling conventions

9 years agoMessage: Add missing calling convention
Stephan Sundermann [Tue, 25 Nov 2014 14:53:41 +0000 (15:53 +0100)]
Message: Add missing calling convention

9 years agoDynamicSignal: Add missing calling convention
Stephan Sundermann [Tue, 25 Nov 2014 10:15:11 +0000 (11:15 +0100)]
DynamicSignal: Add missing calling convention

9 years agoDynamicSignal: Reformat to match conventions
Stephan Sundermann [Tue, 25 Nov 2014 10:13:44 +0000 (11:13 +0100)]
DynamicSignal: Reformat to match conventions

9 years agoApplication: Fix Init(args) and InitCheck(args)
Stephan Sundermann [Thu, 23 Oct 2014 22:53:37 +0000 (00:53 +0200)]
Application: Fix Init(args) and InitCheck(args)

Fixes #739069

9 years agopkg-config: Depend on gio#/glib# instead of gtk#
Stephan Sundermann [Sun, 12 Oct 2014 13:08:47 +0000 (15:08 +0200)]
pkg-config: Depend on gio#/glib# instead of gtk#

9 years agoglue: Remove mpegts from includes
Stephan Sundermann [Fri, 19 Sep 2014 16:39:44 +0000 (18:39 +0200)]
glue: Remove mpegts from includes

9 years agoRemove mpegts
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.

9 years agoConfigure: Use mcs instead of gmcs
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.

9 years agodllconfig: Fix glue name on osx
Stephan Sundermann [Thu, 18 Sep 2014 13:39:28 +0000 (15:39 +0200)]
dllconfig: Fix glue name on osx

9 years agoexamples: Add ExampleVolume in makefile
Stephan Sundermann [Thu, 18 Sep 2014 13:30:38 +0000 (15:30 +0200)]
examples: Add ExampleVolume in makefile

9 years agoexample: Add volume element
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

9 years agoGstPad: make it possible to set flags (e.g. PadFlags.ProxyCaps)
Master T [Thu, 18 Sep 2014 07:54:19 +0000 (09:54 +0200)]
GstPad: make it possible to set flags (e.g. PadFlags.ProxyCaps)

9 years agoObject: Make flags writeable
Stephan Sundermann [Thu, 18 Sep 2014 13:03:39 +0000 (15:03 +0200)]
Object: Make flags writeable

9 years agoMapInfo: add DataPtr so the mapped Data can be accessed without copying
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

9 years agoMiniObject: fix MakeWritable In case the MiniObject had a reference count of 1 (writa...
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.

9 years agoPad: Fix ownership
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

9 years agogitignore: Add osx files
Stephan Sundermann [Thu, 18 Sep 2014 12:23:51 +0000 (14:23 +0200)]
gitignore: Add osx files

9 years agogstreamer-sharp.dll.config: The glue library is called gstreamersharpglue, not gstsha...
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

9 years agoUpdate readme
Stephan Sundermann [Fri, 15 Aug 2014 16:32:08 +0000 (18:32 +0200)]
Update readme

9 years agopkg-config: Add required packages
Stephan Sundermann [Fri, 15 Aug 2014 16:25:37 +0000 (18:25 +0200)]
pkg-config: Add required packages

9 years agoRemove LICENSE file
Stephan Sundermann [Fri, 15 Aug 2014 16:25:26 +0000 (18:25 +0200)]
Remove LICENSE file

9 years agoarrays: Fix byte arrays
Stephan Sundermann [Wed, 13 Aug 2014 00:57:00 +0000 (02:57 +0200)]
arrays: Fix byte arrays

9 years agodllmap: Add osx mappings
Stephan Sundermann [Mon, 11 Aug 2014 15:38:08 +0000 (17:38 +0200)]
dllmap: Add osx mappings

9 years agobuild: Depend on gtk# 2.99.4
Stephan Sundermann [Sun, 10 Aug 2014 18:46:07 +0000 (20:46 +0200)]
build: Depend on gtk# 2.99.4

9 years agoIterator: remove destructor
Stephan Sundermann [Sun, 10 Aug 2014 16:44:51 +0000 (18:44 +0200)]
Iterator: remove destructor

9 years agobuild: Constant include list
Stephan Sundermann [Sat, 9 Aug 2014 21:09:40 +0000 (23:09 +0200)]
build: Constant include list

9 years agoUpdate gitignore
Stephan Sundermann [Fri, 8 Aug 2014 22:39:47 +0000 (00:39 +0200)]
Update gitignore

9 years agoconfigure: Update needed modules
Stephan Sundermann [Fri, 8 Aug 2014 22:38:32 +0000 (00:38 +0200)]
configure: Update needed modules

9 years agobuild: Build debug information
Stephan Sundermann [Fri, 8 Aug 2014 18:32:34 +0000 (20:32 +0200)]
build: Build debug information

9 years agosample: Add playback tutorial 7 sample
Stephan Sundermann [Fri, 8 Aug 2014 16:30:09 +0000 (18:30 +0200)]
sample: Add playback tutorial 7 sample