platform/upstream/gstreamer.git
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

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