platform/upstream/gstreamer.git
10 years agoFix compilation errors
Stephan Sundermann [Sun, 20 Jul 2014 01:32:48 +0000 (03:32 +0200)]
Fix compilation errors

10 years agoUpdate to 1.3.91
Stephan Sundermann [Sat, 19 Jul 2014 13:33:01 +0000 (15:33 +0200)]
Update to 1.3.91

10 years agobuild: pass header files only to --glue-includes
Stephan Sundermann [Fri, 13 Jun 2014 21:49:20 +0000 (23:49 +0200)]
build: pass header files only to --glue-includes

10 years agobuild: fix top folder in tarball
Stephan Sundermann [Fri, 13 Jun 2014 21:22:53 +0000 (23:22 +0200)]
build: fix top folder in tarball

fixes #731359

10 years agobuild: Fix cflags
Stephan Sundermann [Sat, 31 May 2014 23:57:34 +0000 (01:57 +0200)]
build: Fix cflags

10 years agoLicense: Change license in COPYING file
Stephan Sundermann [Wed, 28 May 2014 12:26:43 +0000 (14:26 +0200)]
License: Change license in COPYING file

10 years agosources: replace AGPL headers with LGPL-2.1
Andrés G. Aragoneses [Wed, 28 May 2014 11:29:36 +0000 (13:29 +0200)]
sources: replace AGPL headers with LGPL-2.1

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

10 years agocustom/glue: fix some file headers (licences and authors)
Andrés G. Aragoneses [Wed, 28 May 2014 11:20:18 +0000 (13:20 +0200)]
custom/glue: fix some file headers (licences and authors)

Most of the contents of these files come from their *.custom
counterparts of the 0.9.x version of the bindings, so I'm
reinstating their author/licence info here.

In some cases, the content is pristine to the previous version
(no modification since then), so for these cases the current
licence is replaced completely with the previous licence.

These were spotted while creating a first version of a debian
package (creating a debian/copyright info file requires you
to audit all this). This is not (yet) part of BGO#725937.

10 years agocustom: move copyright and author info to top of the file
Andrés G. Aragoneses [Wed, 28 May 2014 11:03:33 +0000 (13:03 +0200)]
custom: move copyright and author info to top of the file

The headers for this file were not consistent with the rest of
the files.

10 years agocustom: rename NavigationQuery.cs to NavigationAdapter.cs
Andrés G. Aragoneses [Wed, 28 May 2014 00:44:39 +0000 (02:44 +0200)]
custom: rename NavigationQuery.cs to NavigationAdapter.cs

The filename wasn't reflecting the class name.

10 years agosamples: Build fix
Marcin Kolny [Fri, 11 Apr 2014 12:57:31 +0000 (14:57 +0200)]
samples: Build fix

10 years agoautogen.sh: advice about installing libtool
Andres G. Aragoneses [Mon, 31 Mar 2014 20:16:47 +0000 (22:16 +0200)]
autogen.sh: advice about installing libtool

libtool not being present in a system meant that this cryptic
error about LT_INIT would be shown:

sources/glue/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined
sources/glue/Makefile.am:1:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
sources/glue/Makefile.am:1:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
sources/glue/Makefile.am:1:   If 'LT_INIT' is in 'configure.ac', make sure
sources/glue/Makefile.am:1:   its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1

10 years agoconfigure: add AC_PROG_CC to shut up autoconf 2.69
Andres G. Aragoneses [Mon, 31 Mar 2014 16:09:39 +0000 (18:09 +0200)]
configure: add AC_PROG_CC to shut up autoconf 2.69

The errors being shown by not using AC_PROG_CC with this
version of autoconf (the one in debian testing):

/usr/share/automake-1.14/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.14/am/depend2.am:   The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'
/usr/share/automake-1.14/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again
/usr/share/automake-1.14/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.14/am/depend2.am:   The usual way to define 'AMDEP' is to add one of the compiler tests
/usr/share/automake-1.14/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX,
/usr/share/automake-1.14/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.14/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again
sources/glue/Makefile.am: error: C source seen but 'CC' is undefined
sources/glue/Makefile.am:   The usual way to define 'CC' is to add 'AC_PROG_CC'
sources/glue/Makefile.am:   to 'configure.ac' and run 'autoconf' again.

10 years agoautogen.sh: don't run ./configure if autoreconf failed
Andres G. Aragoneses [Mon, 31 Mar 2014 16:02:09 +0000 (18:02 +0200)]
autogen.sh: don't run ./configure if autoreconf failed

The following line could be seen in the middle of the log:
autoreconf: automake failed with exit status: 1

Clearly the configuration phase should not continue from there.

10 years agoautogen.sh: advice about installing autoconf if autoreconf not found
Andres G. Aragoneses [Mon, 31 Mar 2014 15:46:02 +0000 (17:46 +0200)]
autogen.sh: advice about installing autoconf if autoreconf not found

10 years agomake: Add generated api to gapidir
Stephan Sundermann [Wed, 19 Mar 2014 14:46:38 +0000 (15:46 +0100)]
make: Add generated api to gapidir

10 years agobuild: Fix tarball
Stephan Sundermann [Sun, 16 Mar 2014 23:18:29 +0000 (00:18 +0100)]
build: Fix tarball

10 years agogenerator: update to latest generator
Stephan Sundermann [Sun, 16 Mar 2014 23:14:48 +0000 (00:14 +0100)]
generator: update to latest generator

10 years agoBus: Add custom code for the AddWatch method
Bertrand Lorentz [Sat, 11 Jan 2014 11:07:01 +0000 (12:07 +0100)]
Bus: Add custom code for the AddWatch method

For now, this is better than making everyone use AddWatchFull, even
though the value for G_PRIORITY_DEFAULT is hardcoded.

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

10 years agoconfigure: check for plugins-base and others (bgo#721587)
Andrés G. Aragoneses [Sun, 5 Jan 2014 18:29:16 +0000 (19:29 +0100)]
configure: check for plugins-base and others (bgo#721587)

This would prevent a build failure when trying to 'make' the glue:

generated.c: In function 'gst__tagssharp_gst__tags_tagdemux_get_element_offset':
generated.c:1092:2: error: unknown type name 'GstTagDemux'
  return (guint)G_STRUCT_OFFSET (GstTagDemux, element);
  ^

10 years agofixup: Autogenerated list of all abstract classes which
Stephan Sundermann [Sun, 5 Jan 2014 15:23:35 +0000 (16:23 +0100)]
fixup: Autogenerated list of all abstract classes which
should not be instantiated from managed, fixes #721564

10 years agometadata: Fix up GstTagMux to not be abstract
Bertrand Lorentz [Sun, 5 Jan 2014 11:39:18 +0000 (12:39 +0100)]
metadata: Fix up GstTagMux to not be abstract

This fixes MissingIntPtrCtor exceptions when wrapping a native GstTagMux
subclass, like GstId3v2Mux, in a managed object.

10 years agoAppsink: Add 2 methods
Stephan Sundermann [Sun, 5 Jan 2014 14:25:08 +0000 (15:25 +0100)]
Appsink: Add 2 methods

10 years agoVersion bump
Stephan Sundermann [Sun, 5 Jan 2014 14:24:48 +0000 (15:24 +0100)]
Version bump

10 years agoDllmap: Fixed dll names in Message.cs
Stephan Sundermann [Sat, 21 Dec 2013 17:14:35 +0000 (18:14 +0100)]
Dllmap: Fixed dll names in Message.cs

10 years agoRelease 0.99.0
Stephan Sundermann [Sat, 21 Dec 2013 16:54:39 +0000 (17:54 +0100)]
Release 0.99.0

10 years agoFFT: Take float[] instead of float
Stephan Sundermann [Sun, 3 Nov 2013 17:00:45 +0000 (18:00 +0100)]
FFT: Take float[] instead of float

10 years agoFFT: Add FFTF32 constructor that is marked as not introspectable
Stephan Sundermann [Sun, 3 Nov 2013 13:17:27 +0000 (14:17 +0100)]
FFT: Add FFTF32 constructor that is marked as not introspectable

10 years agodllmap: Add dllmap for FFT
Stephan Sundermann [Sun, 3 Nov 2013 13:16:53 +0000 (14:16 +0100)]
dllmap: Add dllmap for FFT

10 years agometadata: GstTagDemux is not abstract
Stephan Sundermann [Sat, 2 Nov 2013 19:43:54 +0000 (20:43 +0100)]
metadata: GstTagDemux is not abstract

10 years agodllmap: Added missing dll
Stephan Sundermann [Sat, 2 Nov 2013 19:43:36 +0000 (20:43 +0100)]
dllmap: Added missing dll

10 years agoPad: Fixed Caps property
Stephan Sundermann [Sat, 2 Nov 2013 16:01:23 +0000 (17:01 +0100)]
Pad: Fixed Caps property

10 years agoTagList: Add Tags property
Stephan Sundermann [Sat, 2 Nov 2013 14:14:01 +0000 (15:14 +0100)]
TagList: Add Tags property

10 years agoGlue: Changed gluelib mapping to libgstreamersharpglue.dll
Stephan Sundermann [Sat, 2 Nov 2013 12:49:51 +0000 (13:49 +0100)]
Glue: Changed gluelib mapping to libgstreamersharpglue.dll

10 years ago.gitignore: ignore MonoDevelop cache file
Andrés G. Aragoneses [Sat, 2 Nov 2013 12:40:45 +0000 (13:40 +0100)]
.gitignore: ignore MonoDevelop cache file

10 years ago.gitignore: add an entry and fix another one
Andrés G. Aragoneses [Sat, 2 Nov 2013 12:40:33 +0000 (13:40 +0100)]
.gitignore: add an entry and fix another one

10 years agoBin, Pipeline: Added empty constructor
Stephan Sundermann [Sat, 2 Nov 2013 12:33:47 +0000 (13:33 +0100)]
Bin, Pipeline: Added empty constructor

Fixes crashes when accessing the Bin.base or Pipeline.base

10 years agobuild: fix glue includes in distros with older gstreamers
Andrés G. Aragoneses [Sat, 2 Nov 2013 11:22:51 +0000 (12:22 +0100)]
build: fix glue includes in distros with older gstreamers

10 years ago.gitignore: ignore more stuff
Andrés G. Aragoneses [Sat, 2 Nov 2013 11:20:10 +0000 (12:20 +0100)]
.gitignore: ignore more stuff

10 years agometadata: Move gstreamer lib renaming to the right part
Stephan Sundermann [Thu, 31 Oct 2013 14:25:03 +0000 (15:25 +0100)]
metadata: Move gstreamer lib renaming to the right part

10 years agoObject: Fixed compilation on .NET
Stephan Sundermann [Thu, 31 Oct 2013 13:47:44 +0000 (14:47 +0100)]
Object: Fixed compilation on .NET

Using variables cannot be modified in .NET but can be in mono
so switch to a good old Dispose call here.

https://bugzilla.xamarin.com/show_bug.cgi?id=15832#c0

10 years agometadata: Added fixup for GstTag
Stephan Sundermann [Thu, 31 Oct 2013 13:42:24 +0000 (14:42 +0100)]
metadata: Added fixup for GstTag

10 years ago.gitignore additions for a sane git-gui summary
Andrés G. Aragoneses [Thu, 31 Oct 2013 09:48:08 +0000 (10:48 +0100)]
.gitignore additions for a sane git-gui summary

10 years agoconfigure: define version only in one place
Andrés G. Aragoneses [Thu, 31 Oct 2013 09:39:29 +0000 (10:39 +0100)]
configure: define version only in one place

S.P.T.: Single Point of Truth

10 years agoconfigure: fix version and copyright
Andrés G. Aragoneses [Thu, 31 Oct 2013 09:28:43 +0000 (10:28 +0100)]
configure: fix version and copyright

Version will be the standard for a preview version (x.99.y), where `y`
be the subsequent previews (being a preview means it will be somewhat
allowed to break API). `x+1.0` is normally the target for the FINAL
release.

10 years agomakefile: Add regenerate target
Stephan Sundermann [Sun, 27 Oct 2013 20:39:33 +0000 (21:39 +0100)]
makefile: Add regenerate target

10 years agoNamespaces: Added GstApp, GstController, GstFFT, GstNet, GstRiff, GstRtp, GstRTSP...
Stephan Sundermann [Sun, 27 Oct 2013 12:13:36 +0000 (13:13 +0100)]
Namespaces: Added GstApp, GstController, GstFFT, GstNet, GstRiff, GstRtp, GstRTSP, GstSdp

10 years agometadata: Removed redundant fixes
Stephan Sundermann [Sun, 27 Oct 2013 01:08:04 +0000 (02:08 +0100)]
metadata: Removed redundant fixes

10 years agoBin,Pipeline: Fixed access to superclasses
Stephan Sundermann [Sun, 27 Oct 2013 00:57:41 +0000 (02:57 +0200)]
Bin,Pipeline: Fixed access to superclasses

10 years agosolution: Set target version to .NET 2.0 and ouput directory to out/
Stephan Sundermann [Tue, 22 Oct 2013 13:06:03 +0000 (15:06 +0200)]
solution: Set target version to .NET 2.0 and ouput directory to out/

10 years agoSamples: Ported overlay sample from 0.10
Stephan Sundermann [Mon, 21 Oct 2013 17:10:04 +0000 (19:10 +0200)]
Samples: Ported overlay sample from 0.10

Hangs on shutdown when playing a video for some reason

10 years agoAdded solution file
Stephan Sundermann [Mon, 21 Oct 2013 11:08:51 +0000 (13:08 +0200)]
Added solution file

10 years agoTagList: Port custom code to 1.0
Stephan Sundermann [Mon, 21 Oct 2013 10:49:17 +0000 (12:49 +0200)]
TagList: Port custom code to 1.0

10 years agoAdded GstTag namespace
Stephan Sundermann [Fri, 18 Oct 2013 20:26:03 +0000 (22:26 +0200)]
Added GstTag namespace

thanks to @knocte for generating

10 years agoconfigure: fix typo before AC_PATH_PROG call
Andrés G. Aragoneses [Thu, 17 Oct 2013 18:51:55 +0000 (20:51 +0200)]
configure: fix typo before AC_PATH_PROG call

10 years agoRegenerated API with newest bindinator
Stephan Sundermann [Thu, 17 Oct 2013 17:25:04 +0000 (19:25 +0200)]
Regenerated API with newest bindinator

This will fix enum types which were previously replaced with an int and
manual casting was required.

10 years agometadata: fix more MissingIntPtrCtorException cases
Andrés G. Aragoneses [Tue, 15 Oct 2013 19:03:59 +0000 (21:03 +0200)]
metadata: fix more MissingIntPtrCtorException cases

This workaround is getting a bit out of hand...

10 years agoAdapter: make it public
Stephan Sundermann [Sun, 13 Oct 2013 20:35:24 +0000 (22:35 +0200)]
Adapter: make it public

10 years agoAdapter: Add some manually bound methods
Stephan Sundermann [Sun, 13 Oct 2013 20:26:50 +0000 (22:26 +0200)]
Adapter: Add some manually bound methods

10 years agometadata: Mark GstBaseSrc as non abstract but not instantiable from managed
Stephan Sundermann [Sun, 13 Oct 2013 16:32:21 +0000 (18:32 +0200)]
metadata: Mark GstBaseSrc as non abstract but not instantiable from managed

10 years agodllmap: Fix dllnames for GstPbUtils
Stephan Sundermann [Sat, 12 Oct 2013 18:24:46 +0000 (20:24 +0200)]
dllmap: Fix dllnames for GstPbUtils

10 years agodllmap: Fix GstVideo library name
Stephan Sundermann [Sat, 12 Oct 2013 18:04:19 +0000 (20:04 +0200)]
dllmap: Fix GstVideo library name

10 years agodllconfig: Fix dllnames for GstBase and GstAudio
Stephan Sundermann [Sat, 12 Oct 2013 17:59:22 +0000 (19:59 +0200)]
dllconfig: Fix dllnames for GstBase and GstAudio

10 years agoGst.Object: add some pre-validation to property setter
Andrés G. Aragoneses [Sat, 12 Oct 2013 17:10:32 +0000 (19:10 +0200)]
Gst.Object: add some pre-validation to property setter

10 years agoGst.Object: fix creation of GValues for property setter in custom code
Andrés G. Aragoneses [Sat, 12 Oct 2013 17:09:42 +0000 (19:09 +0200)]
Gst.Object: fix creation of GValues for property setter in custom code

The GValue needs to hold the type of the value, it's not related to
"this" or "property".

10 years agoDynamicSignal: Fixed glue code name
Stephan Sundermann [Sat, 12 Oct 2013 17:09:50 +0000 (19:09 +0200)]
DynamicSignal: Fixed glue code name

10 years agodllmap: Fixed mapping for glue library
Stephan Sundermann [Sat, 12 Oct 2013 16:42:46 +0000 (18:42 +0200)]
dllmap: Fixed mapping for glue library

10 years agoIterator: Next try to fix crashes
Stephan Sundermann [Sat, 12 Oct 2013 15:54:30 +0000 (17:54 +0200)]
Iterator: Next try to fix crashes

10 years agoIterator: Try resetting value before usage
Stephan Sundermann [Sat, 12 Oct 2013 14:47:10 +0000 (16:47 +0200)]
Iterator: Try resetting value before usage

10 years agometadata: add more details about last metadata fixup added by Stephan
Andrés G. Aragoneses [Sat, 12 Oct 2013 12:24:52 +0000 (14:24 +0200)]
metadata: add more details about last metadata fixup added by Stephan

10 years agometadata: fix FIXME about redundancy in method name
Andrés G. Aragoneses [Sat, 12 Oct 2013 12:24:06 +0000 (14:24 +0200)]
metadata: fix FIXME about redundancy in method name

The pull request was merged upstream (gtk-sharp repo) so we don't need
this anymore.

10 years agometadata: hide SyncSignalHandler user_data parameter
Stephan Sundermann [Fri, 11 Oct 2013 20:52:06 +0000 (22:52 +0200)]
metadata: hide SyncSignalHandler user_data parameter

This is fixed in gstreamer master, so remove this patch once gstreamer# gets updated to 1.2

10 years agoRename Tag.TagExists to Tag.Exists for now, remove when gtk-sharp#74 is merged
Stephan Sundermann [Fri, 11 Oct 2013 20:07:06 +0000 (22:07 +0200)]
Rename Tag.TagExists to Tag.Exists for now, remove when gtk-sharp#74 is merged

10 years agoNavigationAdapter: Added ParseCommand
Stephan Sundermann [Fri, 11 Oct 2013 19:59:29 +0000 (21:59 +0200)]
NavigationAdapter: Added ParseCommand

10 years agoFixed licenses
Stephan Sundermann [Fri, 11 Oct 2013 15:48:15 +0000 (17:48 +0200)]
Fixed licenses

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