platform/upstream/gstreamer.git
13 years agoAutomatic update of common submodule
David Schleef [Fri, 8 Oct 2010 19:45:07 +0000 (12:45 -0700)]
Automatic update of common submodule

From c4a8adc to 5a668bf

13 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 8 Oct 2010 10:56:45 +0000 (12:56 +0200)]
Automatic update of common submodule

From 5e3c9bf to c4a8adc

13 years agoAutomatic update of common submodule
Edward Hervey [Tue, 21 Sep 2010 16:34:55 +0000 (18:34 +0200)]
Automatic update of common submodule

From aa0d1d0 to 5e3c9bf

13 years agoexamples: add an example to show looping using segments
Артём Попов [Tue, 7 Sep 2010 11:28:14 +0000 (14:28 +0300)]
examples: add an example to show looping using segments

Fixes #339772.

13 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 7 Sep 2010 10:43:30 +0000 (11:43 +0100)]
Automatic update of common submodule

From c2e10bf to aa0d1d0

13 years agoAutomatic update of common submodule
David Schleef [Mon, 6 Sep 2010 01:59:06 +0000 (18:59 -0700)]
Automatic update of common submodule

From d3d9acf to c2e10bf

13 years agoAutomatic update of common submodule
Sebastian Dröge [Sun, 5 Sep 2010 10:21:07 +0000 (12:21 +0200)]
Automatic update of common submodule

From ec60217 to d3d9acf

13 years agoacinclude.m4: also look in ${py_prefix}/lib for libpythonX.Y.so.
Alessandro Decina [Mon, 30 Aug 2010 15:12:12 +0000 (17:12 +0200)]
acinclude.m4: also look in ${py_prefix}/lib for libpythonX.Y.so.

Fixes loading the python plugin loader in gentoo.

13 years agoplugin: fix spurious exceptions in pygst_require. Fixes #624592.
Leo Singer [Mon, 30 Aug 2010 09:57:07 +0000 (11:57 +0200)]
plugin: fix spurious exceptions in pygst_require. Fixes #624592.

13 years agoplugin: refresh the plugin registry when plugins change.
Leo Singer [Mon, 30 Aug 2010 09:52:58 +0000 (11:52 +0200)]
plugin: refresh the plugin registry when plugins change.

13 years agoplugin: call pygtk.require("2.0") before importing pygobject. Fixes #623105.
Alessandro Decina [Fri, 27 Aug 2010 11:20:24 +0000 (13:20 +0200)]
plugin: call pygtk.require("2.0") before importing pygobject. Fixes #623105.

Based on a patch from Leo Singer.

13 years agogst: add bindings for more gst.util_uint64_scale_*
Leo Singer [Fri, 27 Aug 2010 10:43:09 +0000 (12:43 +0200)]
gst: add bindings for more gst.util_uint64_scale_*

13 years agoplugin: remove an unneeded PyType_Check call. Makes it work on centos for real.
Alessandro Decina [Thu, 26 Aug 2010 23:16:43 +0000 (01:16 +0200)]
plugin: remove an unneeded PyType_Check call. Makes it work on centos for real.

13 years agoplugin: declare _PyGstElement_Type as void*.
Alessandro Decina [Thu, 26 Aug 2010 21:34:04 +0000 (23:34 +0200)]
plugin: declare _PyGstElement_Type as void*.

Declaring _PyGstElement_Type as PyTypeObject makes the loader on centos fail
because of a missing symbol.

13 years agoMake the plugin loader work on OSX with the standard python install.
Alessandro Decina [Thu, 26 Aug 2010 15:14:32 +0000 (17:14 +0200)]
Make the plugin loader work on OSX with the standard python install.

13 years agoMerge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-python
Alessandro Decina [Thu, 26 Aug 2010 12:45:06 +0000 (14:45 +0200)]
Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-python

13 years agoplugin: don't link to libpython
Alessandro Decina [Thu, 26 Aug 2010 10:14:33 +0000 (12:14 +0200)]
plugin: don't link to libpython

13 years agoacinclude.m4: use a better way to find the correct PYTHON_LIB_LOC.
Alessandro Decina [Thu, 26 Aug 2010 10:13:34 +0000 (12:13 +0200)]
acinclude.m4: use a better way to find the correct PYTHON_LIB_LOC.

13 years agoplugin: refactor the initialization code.
Alessandro Decina [Thu, 26 Aug 2010 10:09:31 +0000 (12:09 +0200)]
plugin: refactor the initialization code.

Remove references to global python objects from the initialization code. This
makes it possible to avoid linking to libpython.

13 years agoplugin: fix the manual loading of libpythonX.Y.so.
Alessandro Decina [Wed, 25 Aug 2010 10:36:14 +0000 (12:36 +0200)]
plugin: fix the manual loading of libpythonX.Y.so.

13 years agoplugin: check for _Py_NoneStruct instead of Py_None.
Alessandro Decina [Wed, 25 Aug 2010 09:08:15 +0000 (11:08 +0200)]
plugin: check for _Py_NoneStruct instead of Py_None.

When checking if CPython is already loaded, don't check for Py_None which is a
macro but use _Py_NoneStruct which is a real symbol.

13 years agoAutomatic update of common submodule
Stefan Kost [Fri, 13 Aug 2010 14:25:05 +0000 (17:25 +0300)]
Automatic update of common submodule

From 3e8db1d to ec60217

13 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 10 Aug 2010 09:59:39 +0000 (10:59 +0100)]
Automatic update of common submodule

From bd2054b to 3e8db1d

13 years agogst.Structure: raise TypeError when assigning None to a key
Alessandro Decina [Fri, 6 Aug 2010 21:18:02 +0000 (23:18 +0200)]
gst.Structure: raise TypeError when assigning None to a key

13 years agoAutomatic update of common submodule
Stefan Kost [Thu, 5 Aug 2010 10:57:53 +0000 (13:57 +0300)]
Automatic update of common submodule

From a519571 to bd2054b

13 years agoconfigure: Check if the compiler supports ISO C89 or C99 and which parameters are...
Sebastian Dröge [Wed, 4 Aug 2010 17:31:40 +0000 (19:31 +0200)]
configure: Check if the compiler supports ISO C89 or C99 and which parameters are required

This first checks what is required for ISO C99 support and sets the relevant
compiler parameters and if no C99 compiler is found, it checks for a
C89 compiler. This enables us to check for and use C89/C99 functions
that gcc hides from us without the correct compiler parameters.

13 years agotest_fraction: add a test for gobject property marshalling.
Alessandro Decina [Mon, 26 Jul 2010 17:41:43 +0000 (19:41 +0200)]
test_fraction: add a test for gobject property marshalling.

13 years agogst: implement getters and setters for GST_TYPE_FRACTION properties. Fixes #624882.
Alessandro Decina [Mon, 26 Jul 2010 17:29:53 +0000 (19:29 +0200)]
gst: implement getters and setters for GST_TYPE_FRACTION properties. Fixes #624882.

14 years agoBack to development.
Edward Hervey [Fri, 16 Jul 2010 10:44:46 +0000 (12:44 +0200)]
Back to development.

14 years agoRelease 0.10.19 "Insert Casablanca quote here"
Edward Hervey [Thu, 15 Jul 2010 19:01:35 +0000 (21:01 +0200)]
Release 0.10.19 "Insert Casablanca quote here"

14 years agogst.GhostPad: allow set_target(None) to unset the target. Fixes #590735.
Alessandro Decina [Wed, 14 Jul 2010 10:33:58 +0000 (12:33 +0200)]
gst.GhostPad: allow set_target(None) to unset the target. Fixes #590735.

14 years agoconfigure.ac: 0.10.18.4 pre-release
Edward Hervey [Wed, 7 Jul 2010 10:08:29 +0000 (12:08 +0200)]
configure.ac: 0.10.18.4 pre-release

14 years agogst: Add GST_TAG_IMAGE_ORIENTATION
Edward Hervey [Wed, 7 Jul 2010 10:11:46 +0000 (12:11 +0200)]
gst: Add GST_TAG_IMAGE_ORIENTATION

14 years agobase: Add new GstBaseSink methods
Edward Hervey [Wed, 7 Jul 2010 10:07:55 +0000 (12:07 +0200)]
base: Add new GstBaseSink methods

14 years agoconfigure.ac: 0.10.18.3 pre-release
Edward Hervey [Wed, 30 Jun 2010 08:26:25 +0000 (10:26 +0200)]
configure.ac: 0.10.18.3 pre-release

14 years agoBump automake requirements to 1.10 and autoconf to 2.60
Edward Hervey [Wed, 30 Jun 2010 08:25:50 +0000 (10:25 +0200)]
Bump automake requirements to 1.10 and autoconf to 2.60

14 years ago0.10.18.2 pre-release
Edward Hervey [Sun, 27 Jun 2010 08:46:14 +0000 (10:46 +0200)]
0.10.18.2 pre-release

14 years agoAdd gst-plugins-base 0.10.29/0.10.30 API additions
Edward Hervey [Sun, 27 Jun 2010 08:35:55 +0000 (10:35 +0200)]
Add gst-plugins-base 0.10.29/0.10.30 API additions

14 years agoAdd new core library API from 0.10.30
Edward Hervey [Sun, 27 Jun 2010 08:14:58 +0000 (10:14 +0200)]
Add new core library API from 0.10.30

14 years agoAdd new core 0.10.29 and 0.10.30 API definitions
Edward Hervey [Sun, 27 Jun 2010 08:07:28 +0000 (10:07 +0200)]
Add new core 0.10.29 and 0.10.30 API definitions

14 years agoAutomatic update of common submodule
Stefan Kost [Thu, 24 Jun 2010 12:10:08 +0000 (15:10 +0300)]
Automatic update of common submodule

From 35617c2 to a519571

14 years agoAutomatic update of common submodule
Edward Hervey [Tue, 15 Jun 2010 14:50:48 +0000 (16:50 +0200)]
Automatic update of common submodule

From 9339ccc to 35617c2

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 13:55:09 +0000 (16:55 +0300)]
Automatic update of common submodule

From 5adb1ca to 9339ccc

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 13:36:19 +0000 (16:36 +0300)]
Automatic update of common submodule

From 57c89b7 to 5adb1ca

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 12:50:39 +0000 (15:50 +0300)]
Automatic update of common submodule

From c804988 to 57c89b7

14 years agoconfigure: Use GLIB_EXTRA_CFLAGS
Sebastian Dröge [Mon, 14 Jun 2010 11:28:28 +0000 (13:28 +0200)]
configure: Use GLIB_EXTRA_CFLAGS

14 years agoAutomatic update of common submodule
Sebastian Dröge [Mon, 14 Jun 2010 11:05:52 +0000 (13:05 +0200)]
Automatic update of common submodule

From 7a0fdf5 to c804988

14 years agoAutomatic update of common submodule
Sebastian Dröge [Mon, 14 Jun 2010 09:35:37 +0000 (11:35 +0200)]
Automatic update of common submodule

From 6da3bab to 7a0fdf5

14 years agoAutomatic update of common submodule
Sebastian Dröge [Sat, 12 Jun 2010 06:29:58 +0000 (08:29 +0200)]
Automatic update of common submodule

From 733fca9 to 6da3bab

14 years agoAutomatic update of common submodule
David Schleef [Wed, 9 Jun 2010 19:40:32 +0000 (12:40 -0700)]
Automatic update of common submodule

From fad145b to 733fca9

14 years agoAutomatic update of common submodule
David Schleef [Wed, 9 Jun 2010 19:34:26 +0000 (12:34 -0700)]
Automatic update of common submodule

From 47683c1 to fad145b

14 years agopkgconfig: Remove the includedir variables
Edward Hervey [Wed, 9 Jun 2010 15:07:40 +0000 (17:07 +0200)]
pkgconfig: Remove the includedir variables

First of all because we don't install anything (doh!), and secondly
because it confuses the hell out of 3rd party python modules
using the values from those .pc files.

14 years agoautogen.sh: remove undefined configure options
Tim-Philipp Müller [Thu, 3 Jun 2010 12:09:28 +0000 (13:09 +0100)]
autogen.sh: remove undefined configure options

14 years agoAutomatic update of common submodule
David Schleef [Wed, 2 Jun 2010 06:49:45 +0000 (23:49 -0700)]
Automatic update of common submodule

From 17f89e5 to 47683c1

14 years agoAutomatic update of common submodule
David Schleef [Wed, 2 Jun 2010 05:55:32 +0000 (22:55 -0700)]
Automatic update of common submodule

From fd7ca04 to 17f89e5

14 years agobuild: put build files into m4/ instead of common/m4/
Tim-Philipp Müller [Fri, 28 May 2010 09:32:28 +0000 (10:32 +0100)]
build: put build files into m4/ instead of common/m4/

We don't want the common submodule directory contaminated with
random build cruft.

14 years agodoap: update repository info from cvs->git and maintainers
Tim-Philipp Müller [Sun, 25 Apr 2010 23:33:04 +0000 (00:33 +0100)]
doap: update repository info from cvs->git and maintainers

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Wed, 26 May 2010 10:56:24 +0000 (11:56 +0100)]
Automatic update of common submodule

From 357b0db to fd7ca04

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Fri, 14 May 2010 17:26:13 +0000 (18:26 +0100)]
Automatic update of common submodule

From 4d67bd6 to 357b0db

14 years agogstmodule: Add missing tags
Thiago Santos [Wed, 28 Apr 2010 04:12:25 +0000 (01:12 -0300)]
gstmodule: Add missing tags

Map GST_TAG_* that were missing in gst-python bindings

14 years agoImplement setter for gst.Buffer.size
Olivier Aubert [Fri, 24 Jul 2009 15:36:18 +0000 (17:36 +0200)]
Implement setter for gst.Buffer.size

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

14 years agotag: Adds xmp functions mappings
Thiago Santos [Wed, 28 Apr 2010 03:27:43 +0000 (00:27 -0300)]
tag: Adds xmp functions mappings

Maps gst_tag_list_from_xmp_buffer and
gst_tag_list_to_xmp_buffer

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

14 years agoarg-types: Map const GstMiniObject
Thiago Santos [Wed, 28 Apr 2010 03:26:50 +0000 (00:26 -0300)]
arg-types: Map const GstMiniObject

Adds GstMiniObjectArg to be able to use GstMiniObject objects
and its const versions in functions

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

14 years agotest_interface: Don't assert the missing mixer, gracefully ignore it
Edward Hervey [Thu, 29 Apr 2010 14:02:20 +0000 (16:02 +0200)]
test_interface: Don't assert the missing mixer, gracefully ignore it

Fixes make check on systems that don't have a GstMixer element available

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Fri, 23 Apr 2010 13:42:16 +0000 (14:42 +0100)]
Automatic update of common submodule

From fc85867 to 4d67bd6

14 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 9 Apr 2010 09:23:51 +0000 (11:23 +0200)]
Automatic update of common submodule

From c1d07dd to fc85867

14 years agoAutomatic update of common submodule
Edward Hervey [Wed, 24 Mar 2010 17:56:05 +0000 (18:56 +0100)]
Automatic update of common submodule

From 55cd514 to c1d07dd

14 years agoFix import on GNU/Hurd
Emilio Pozuelo Monfort [Mon, 15 Mar 2010 09:26:25 +0000 (10:26 +0100)]
Fix import on GNU/Hurd

14 years agoAutomatic update of common submodule
Edward Hervey [Fri, 12 Mar 2010 13:00:28 +0000 (14:00 +0100)]
Automatic update of common submodule

From e272f71 to 55cd514

14 years agoAutomatic update of common submodule
Benjamin Otte [Thu, 11 Mar 2010 10:21:39 +0000 (11:21 +0100)]
Automatic update of common submodule

From df8a7c8 to e272f71

14 years agoAutomatic update of common submodule
Benjamin Otte [Wed, 10 Mar 2010 20:52:56 +0000 (21:52 +0100)]
Automatic update of common submodule

From 9720a7d to df8a7c8

14 years agoAutomatic update of common submodule
Benjamin Otte [Wed, 10 Mar 2010 19:44:42 +0000 (20:44 +0100)]
Automatic update of common submodule

From 0b6e072 to 9720a7d

14 years agoAutomatic update of common submodule
Benjamin Otte [Wed, 10 Mar 2010 15:10:41 +0000 (16:10 +0100)]
Automatic update of common submodule

From 7cc5eb4 to 0b6e072

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Wed, 10 Mar 2010 01:11:23 +0000 (01:11 +0000)]
Automatic update of common submodule

From 7aa65b5 to 7cc5eb4

14 years agoAutomatic update of common submodule
Sebastian Dröge [Tue, 9 Mar 2010 21:41:38 +0000 (21:41 +0000)]
Automatic update of common submodule

From 44ecce7 to 7aa65b5

14 years agobuild: Make some more rules silent if requested
Sebastian Dröge [Fri, 26 Feb 2010 15:37:50 +0000 (16:37 +0100)]
build: Make some more rules silent if requested

14 years agoconfigure: Use automake 1.11 silent rules instead of shave if available
Sebastian Dröge [Fri, 26 Feb 2010 14:46:58 +0000 (15:46 +0100)]
configure: Use automake 1.11 silent rules instead of shave if available

This makes sure that we use something that is still maintained and
also brings back libtool 1.5 support.

14 years agoAutomatic update of common submodule
Sebastian Dröge [Sun, 14 Feb 2010 22:19:13 +0000 (23:19 +0100)]
Automatic update of common submodule

From 96dc793 to 44ecce7

14 years agoconfigure.ac: And back to development we go
Edward Hervey [Fri, 12 Feb 2010 10:38:54 +0000 (11:38 +0100)]
configure.ac: And back to development we go

14 years agoRelease 0.10.18 "A pigeon carrying a 500ton block"
Edward Hervey [Thu, 11 Feb 2010 15:33:04 +0000 (16:33 +0100)]
Release 0.10.18 "A pigeon carrying a 500ton block"

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Sat, 30 Jan 2010 15:20:24 +0000 (15:20 +0000)]
Automatic update of common submodule

From 15d47a6 to 96dc793

14 years agoconfigure.ac: 0.10.17.2 pre-release
Edward Hervey [Mon, 25 Jan 2010 19:27:39 +0000 (20:27 +0100)]
configure.ac: 0.10.17.2 pre-release

14 years agoFix importing of gst module on GNU/kFreeBSD
Luca Bruno [Sat, 23 Jan 2010 11:39:46 +0000 (12:39 +0100)]
Fix importing of gst module on GNU/kFreeBSD

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Wed, 20 Jan 2010 00:55:39 +0000 (00:55 +0000)]
Automatic update of common submodule

From 14cec89 to 15d47a6

14 years agobump minimum requirement to 0.10.18 and remove cruft
Edward Hervey [Fri, 15 Jan 2010 16:49:03 +0000 (17:49 +0100)]
bump minimum requirement to 0.10.18 and remove cruft

14 years agoignore new API additions for 0.10.26 core/base releases
Edward Hervey [Fri, 15 Jan 2010 16:44:41 +0000 (17:44 +0100)]
ignore new API additions for 0.10.26 core/base releases

14 years agogst: Update .defs to new API
Edward Hervey [Fri, 15 Jan 2010 16:26:20 +0000 (17:26 +0100)]
gst: Update .defs to new API

14 years agopython: Do not pop tags in discoverer.py
Thiago Santos [Mon, 18 Jan 2010 12:06:28 +0000 (09:06 -0300)]
python: Do not pop tags in discoverer.py

Do not use pop on dicts because it destroys the tags info.

Fixes #592459

14 years agoAutomatic update of common submodule
Mark Nauwelaerts [Mon, 21 Dec 2009 18:13:28 +0000 (19:13 +0100)]
Automatic update of common submodule

From 47cb23a to 14cec89

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 1 Dec 2009 15:08:40 +0000 (15:08 +0000)]
Automatic update of common submodule

From 87bf428 to 47cb23a

14 years agoAutomatic update of common submodule
Sebastian Dröge [Tue, 1 Dec 2009 13:18:28 +0000 (14:18 +0100)]
Automatic update of common submodule

From da4c75c to 87bf428

14 years agoAutomatic update of common submodule
Edward Hervey [Fri, 27 Nov 2009 17:56:43 +0000 (18:56 +0100)]
Automatic update of common submodule

From 53a2485 to da4c75c

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Thu, 19 Nov 2009 10:31:56 +0000 (10:31 +0000)]
Automatic update of common submodule

From 0702fe1 to 53a2485

14 years agoAutomatic update of common submodule
Stefan Kost [Fri, 16 Oct 2009 07:17:39 +0000 (10:17 +0300)]
Automatic update of common submodule

From 85d1530 to 0702fe1

14 years agoexamples: add a simple Maemo 5 example
Zaheer Abbas Merali [Thu, 15 Oct 2009 13:15:37 +0000 (14:15 +0100)]
examples: add a simple Maemo 5 example

14 years agoAutomatic update of common submodule
Edward Hervey [Wed, 14 Oct 2009 08:42:11 +0000 (10:42 +0200)]
Automatic update of common submodule

From a3e3ce4 to 85d1530

14 years agoAutomatic update of common submodule
Jan Schmidt [Thu, 8 Oct 2009 10:01:32 +0000 (11:01 +0100)]
Automatic update of common submodule

From 19fa4f3 to a3e3ce4

14 years agoback to development -> 0.10.17.1
Jan Schmidt [Tue, 6 Oct 2009 18:48:48 +0000 (19:48 +0100)]
back to development -> 0.10.17.1

14 years agoAdd 0.10.17 release to the doap file
Jan Schmidt [Mon, 5 Oct 2009 13:29:41 +0000 (14:29 +0100)]
Add 0.10.17 release to the doap file

14 years agoRelease 0.10.17
Jan Schmidt [Mon, 5 Oct 2009 13:06:11 +0000 (14:06 +0100)]
Release 0.10.17