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

14 years ago0.10.16.3 pre-release
Jan Schmidt [Thu, 17 Sep 2009 00:21:47 +0000 (01:21 +0100)]
0.10.16.3 pre-release

14 years agoUpdate definitions and ignores for core/base 0.10.25. Fixes #587432
Edward Hervey [Wed, 16 Sep 2009 14:23:27 +0000 (16:23 +0200)]
Update definitions and ignores for core/base 0.10.25. Fixes #587432

14 years ago0.10.16.2 pre-release
Jan Schmidt [Fri, 11 Sep 2009 23:26:57 +0000 (00:26 +0100)]
0.10.16.2 pre-release

14 years agotest: Fix the structure_changed message test
Jan Schmidt [Fri, 11 Sep 2009 21:41:28 +0000 (22:41 +0100)]
test: Fix the structure_changed message test

The core changed to use sink pads for the structure changed
message instead of source pads. Might as well fix the test too.

14 years agoAutomatic update of common submodule
Sebastian Dröge [Sat, 5 Sep 2009 08:25:19 +0000 (10:25 +0200)]
Automatic update of common submodule

From 94f95e3 to 19fa4f3

14 years agoAdd test_audio.py.
Edward Hervey [Fri, 21 Aug 2009 14:41:29 +0000 (16:41 +0200)]
Add test_audio.py.

14 years agoUse only one copy of pygstminiobject. Fixes #590348.
Johannes Berg [Fri, 21 Aug 2009 14:22:38 +0000 (16:22 +0200)]
Use only one copy of pygstminiobject. Fixes #590348.

Instead of linking pygstminiobject.c into all the modules,
we can link it only into _gst and export the symbols for
the other modules. This fixes bug #590348 because now the
class key/id is common for all modules as a side-effect.
Also makes the modules smaller.

14 years agoFix leak in gst_base_sink_get_lasy_buffer. Fixes #592447.
Alessandro Decina [Thu, 20 Aug 2009 13:46:53 +0000 (15:46 +0200)]
Fix leak in gst_base_sink_get_lasy_buffer. Fixes #592447.

14 years agoUpdate spec file
Christian Schaller [Tue, 18 Aug 2009 13:45:41 +0000 (14:45 +0100)]
Update spec file

14 years agoRelease the GIL around gst_pad_link.
Alessandro Decina [Thu, 13 Aug 2009 09:45:51 +0000 (11:45 +0200)]
Release the GIL around gst_pad_link.

14 years agogstpad: Don't forget to acquire/release the GIL in pac_block_destroy_data
Edward Hervey [Thu, 13 Aug 2009 09:00:49 +0000 (11:00 +0200)]
gstpad: Don't forget to acquire/release the GIL in pac_block_destroy_data

14 years agoUse LC_ALL=C for the tests as some are comparing localized strings
Sebastian Dröge [Sat, 8 Aug 2009 20:49:16 +0000 (22:49 +0200)]
Use LC_ALL=C for the tests as some are comparing localized strings

Fixes bug #590803.

14 years agoRun libtoolize before aclocal
Marc-Andre Lureau [Sun, 10 May 2009 09:17:26 +0000 (11:17 +0200)]
Run libtoolize before aclocal

This unbreaks the build in some cases. Fixes bug #582021

14 years agoback to development -> 0.10.16.1
Jan Schmidt [Thu, 6 Aug 2009 00:45:07 +0000 (01:45 +0100)]
back to development -> 0.10.16.1

14 years agoAdd 0.10.16 release to the doap file
Jan Schmidt [Wed, 5 Aug 2009 01:04:12 +0000 (02:04 +0100)]
Add 0.10.16 release to the doap file

14 years agoRelease 0.10.16
Jan Schmidt [Wed, 5 Aug 2009 00:34:03 +0000 (01:34 +0100)]
Release 0.10.16

15 years agoAutomatic update of common submodule
Stefan Kost [Thu, 23 Jul 2009 21:43:35 +0000 (00:43 +0300)]
Automatic update of common submodule

From fedaaee to 94f95e3

15 years ago0.10.15.3 pre-release
Jan Schmidt [Mon, 20 Jul 2009 16:52:10 +0000 (17:52 +0100)]
0.10.15.3 pre-release

15 years agogst: More API additions to gstreamer core. Fixes #587432
Edward Hervey [Fri, 17 Jul 2009 09:34:50 +0000 (11:34 +0200)]
gst: More API additions to gstreamer core. Fixes #587432