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

15 years ago0.10.15.2 pre-release
Jan Schmidt [Tue, 14 Jul 2009 18:00:28 +0000 (19:00 +0100)]
0.10.15.2 pre-release

15 years agoAutomatic update of common submodule
Olivier Crête [Mon, 13 Jul 2009 16:24:35 +0000 (12:24 -0400)]
Automatic update of common submodule

From 5845b63 to fedaaee

15 years agogstquery.override: Wrap remainig gst_query_parse*() methods.
Edward Hervey [Wed, 1 Jul 2009 14:01:53 +0000 (16:01 +0200)]
gstquery.override: Wrap remainig gst_query_parse*() methods.

15 years agogstevent.override: Fix typos.
Edward Hervey [Wed, 1 Jul 2009 14:01:41 +0000 (16:01 +0200)]
gstevent.override: Fix typos.

15 years agogst.Message: Wrap remaining parse_*() methods.
Edward Hervey [Wed, 1 Jul 2009 11:54:57 +0000 (13:54 +0200)]
gst.Message: Wrap remaining parse_*() methods.

15 years agogst.Event: wrap parse_new_segment_full()
Edward Hervey [Wed, 1 Jul 2009 11:54:40 +0000 (13:54 +0200)]
gst.Event: wrap parse_new_segment_full()

15 years agogst.defs: Properly mark functions returning new objects
Edward Hervey [Wed, 1 Jul 2009 11:53:54 +0000 (13:53 +0200)]
gst.defs: Properly mark functions returning new objects

15 years agogst.Message: Add overrides for new 0.10.24 messages
Edward Hervey [Wed, 1 Jul 2009 10:29:22 +0000 (12:29 +0200)]
gst.Message: Add overrides for new 0.10.24 messages

15 years agogst.Event: Add override for step event
Edward Hervey [Wed, 1 Jul 2009 10:28:52 +0000 (12:28 +0200)]
gst.Event: Add override for step event

15 years agoUpdate .defs for core API additions
Edward Hervey [Wed, 1 Jul 2009 08:58:42 +0000 (10:58 +0200)]
Update .defs for core API additions

15 years agocodegen: Fix const GBoxed return wrapping.
Edward Hervey [Wed, 1 Jul 2009 08:57:29 +0000 (10:57 +0200)]
codegen: Fix const GBoxed return wrapping.

15 years agoAutomatic update of common submodule
Jan Schmidt [Fri, 26 Jun 2009 12:43:51 +0000 (13:43 +0100)]
Automatic update of common submodule

From f810030 to 5845b63

15 years agoAutomatic update of common submodule
Jan Schmidt [Wed, 24 Jun 2009 14:16:20 +0000 (15:16 +0100)]
Automatic update of common submodule

From c572721 to f810030

15 years agovalues: Fix segfault in the testsuite
Jan Schmidt [Fri, 5 Jun 2009 22:26:11 +0000 (23:26 +0100)]
values: Fix segfault in the testsuite

It seems pygst_value_from_pyobject should not unref the passed
in object. Wrap the original pygst_value_from_pyobject in a function
that converts unicode python objects and then unrefs the temporary
object after extraction into a GValue.

15 years agowrap gst_tag_to_vorbis_comment; fix uint tag setting
Thomas Vander Stichele [Mon, 1 Jun 2009 20:02:47 +0000 (22:02 +0200)]
wrap gst_tag_to_vorbis_comment; fix uint tag setting

Setting gst.TAG_TRACK_NUMBER was failing because GStreamer
expects a uint while Python object -> GValue conversion was
giving an int.  gst_tag_to_vorbis_comment was wrapped so
this conversion could be tested and failed on properly.

15 years agoConvert unicode objects to utf-8 encoded G_STRINGs
Thomas Vander Stichele [Mon, 1 Jun 2009 17:08:47 +0000 (19:08 +0200)]
Convert unicode objects to utf-8 encoded G_STRINGs

15 years agofix some grammar, add some debug
Thomas Vander Stichele [Mon, 1 Jun 2009 10:46:03 +0000 (12:46 +0200)]
fix some grammar, add some debug

15 years agogst.defs: Replace gchar** by GStrv to wrap more methods. Fixes #580992
Edward Hervey [Tue, 26 May 2009 19:01:35 +0000 (21:01 +0200)]
gst.defs: Replace gchar** by GStrv to wrap more methods. Fixes #580992

15 years agoAutomatic update of common submodule
Jan Schmidt [Tue, 26 May 2009 16:20:32 +0000 (17:20 +0100)]
Automatic update of common submodule

From 888e0a2 to c572721

15 years agogstpythonplugin: Don't use pyg_gil_* in pure python. Fixes #583378
Edward Hervey [Fri, 22 May 2009 10:05:28 +0000 (12:05 +0200)]
gstpythonplugin: Don't use pyg_gil_* in pure python. Fixes #583378

At this point, pygobject wasn't loaded yet ... cause pyg_gil_state_ensured
to not be initialized to the proper method.

15 years agoAutomatic update of common submodule
Jan Schmidt [Fri, 22 May 2009 09:21:17 +0000 (10:21 +0100)]
Automatic update of common submodule

From 6ab11d1 to 888e0a2

15 years agogst-pb-0.10.23.ignore: Remove stray empty line.
Edward Hervey [Tue, 12 May 2009 09:52:11 +0000 (11:52 +0200)]
gst-pb-0.10.23.ignore: Remove stray empty line.

This caused some issues on some systems.

15 years agoBack to development -> 0.10.15.1
Jan Schmidt [Mon, 11 May 2009 20:22:35 +0000 (21:22 +0100)]
Back to development -> 0.10.15.1

15 years agoRelease 0.10.15
Jan Schmidt [Sun, 10 May 2009 23:11:58 +0000 (00:11 +0100)]
Release 0.10.15

15 years ago0.10.14.5 pre-release
Edward Hervey [Thu, 7 May 2009 12:57:57 +0000 (14:57 +0200)]
0.10.14.5 pre-release

15 years agogst-pb-0.10.23: Fix the ignores, globs need to go in a special section.
Edward Hervey [Thu, 7 May 2009 11:49:18 +0000 (13:49 +0200)]
gst-pb-0.10.23: Fix the ignores, globs need to go in a special section.

Finishes fixing #581729

15 years agogst-0.10.23.ignore: Add newly added enum values. Partially fixes #581729
Edward Hervey [Thu, 7 May 2009 11:48:54 +0000 (13:48 +0200)]
gst-0.10.23.ignore: Add newly added enum values. Partially fixes #581729

15 years agocodegen: Allow ignoring enum values. Partially fixes #581729
Edward Hervey [Thu, 7 May 2009 11:48:01 +0000 (13:48 +0200)]
codegen: Allow ignoring enum values. Partially fixes #581729

This is needed to ignore new enum values that are added in new gstreamer
core/base versions.

15 years agoexamples: Port switch.py to input-selector
Jan Schmidt [Wed, 6 May 2009 22:38:54 +0000 (23:38 +0100)]
examples: Port switch.py to input-selector

The switch element hasn't existed for a while now - use the
replacement element input-selector instead.

Partially (and finally) fixes #581737

15 years agoexamples: Make xoverlay installation thread safe using the GDK lock.
Jan Schmidt [Wed, 6 May 2009 22:38:08 +0000 (23:38 +0100)]
examples: Make xoverlay installation thread safe using the GDK lock.

We can't call into the GDK functions in our sync-message handler
without taking the GDK lock, so do so.

Partially fixes #581737

15 years ago0.10.14.4 pre-release
Jan Schmidt [Wed, 6 May 2009 15:48:40 +0000 (16:48 +0100)]
0.10.14.4 pre-release

15 years agotestsuite: Dist new test file.
Edward Hervey [Thu, 23 Apr 2009 15:14:20 +0000 (17:14 +0200)]
testsuite: Dist new test file.

15 years agoTIME_ARGS: Catch bad input. Fixes #579455
Thomas Vander Stichele [Sat, 18 Apr 2009 21:52:08 +0000 (23:52 +0200)]
TIME_ARGS: Catch bad input. Fixes #579455

15 years ago0.10.14.3 pre-release
Jan Schmidt [Tue, 21 Apr 2009 20:14:21 +0000 (21:14 +0100)]
0.10.14.3 pre-release

15 years agoAutomatic update of common submodule
Jan Schmidt [Tue, 21 Apr 2009 21:14:07 +0000 (22:14 +0100)]
Automatic update of common submodule

From b3941ea to 6ab11d1

15 years agoMerge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-python
Jan Schmidt [Sat, 18 Apr 2009 16:13:12 +0000 (17:13 +0100)]
Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-python

15 years agopython: Fix some locking problems
Jan Schmidt [Sat, 18 Apr 2009 15:39:42 +0000 (16:39 +0100)]
python: Fix some locking problems

Add some python pyg_begin_allow_threads/end_allow_threads when calling into some gstreamer functions that might
call into python.

15 years agogstpythonplugin: Use strcmp for old glib. Fixes #579383
Edward Hervey [Sat, 18 Apr 2009 07:05:09 +0000 (09:05 +0200)]
gstpythonplugin: Use strcmp for old glib. Fixes #579383

15 years agoDon't forget to dist gstlibtoolimporter.py. Fixes #579325
Edward Hervey [Fri, 17 Apr 2009 17:34:23 +0000 (19:34 +0200)]
Don't forget to dist gstlibtoolimporter.py. Fixes #579325

15 years agoWrap gst-plugins-base-0.10.23 API additions. Partially fixes #578848
Edward Hervey [Fri, 17 Apr 2009 17:28:08 +0000 (19:28 +0200)]
Wrap gst-plugins-base-0.10.23 API additions. Partially fixes #578848

15 years agoWrap new API added in gstreamer-0.10.23. Partially fixes #578848
Edward Hervey [Fri, 17 Apr 2009 16:51:40 +0000 (18:51 +0200)]
Wrap new API added in gstreamer-0.10.23. Partially fixes #578848

15 years agoquery_new_seeking wrapper must return query with refcount 1. Fixes #579183.
Mark Nauwelaerts [Fri, 17 Apr 2009 09:33:18 +0000 (11:33 +0200)]
query_new_seeking wrapper must return query with refcount 1.  Fixes #579183.

15 years ago0.10.14.2 pre-release
Jan Schmidt [Wed, 15 Apr 2009 21:58:56 +0000 (22:58 +0100)]
0.10.14.2 pre-release

15 years agoChangeLog: regenerate changelog with the gen-changelog script
Jan Schmidt [Wed, 15 Apr 2009 21:57:36 +0000 (22:57 +0100)]
ChangeLog: regenerate changelog with the gen-changelog script

15 years agoMerge branch 'bz-577735'
Thomas Vander Stichele [Wed, 15 Apr 2009 20:38:28 +0000 (22:38 +0200)]
Merge branch 'bz-577735'

15 years agoregistry: fix deadlock with recursive registry scanning.
Edward Hervey [Sun, 12 Apr 2009 19:27:33 +0000 (21:27 +0200)]
registry: fix deadlock with recursive registry scanning.

The way to properly fix this issue was in fact to disable the registry
scanning when we import gst from the python plugin loader since...
we are 100% guaranteed this is being called from a registry scan :)

15 years agodebug: Implement gst.debug_log. Fixes #571380
Laszlo Pandy [Sat, 11 Apr 2009 14:58:25 +0000 (16:58 +0200)]
debug: Implement gst.debug_log. Fixes #571380

15 years agopkgconfig: We require pygobject and not pygtk. Fixes #578435
Olivier Crete [Sat, 11 Apr 2009 14:54:00 +0000 (16:54 +0200)]
pkgconfig: We require pygobject and not pygtk. Fixes #578435

15 years agoadapter: overrides for _take/_peek. Fixes #576505.
Edward Hervey [Sat, 11 Apr 2009 14:37:16 +0000 (16:37 +0200)]
adapter: overrides for _take/_peek. Fixes #576505.

This creates strings of the proper size, unlike the previous patch.

15 years agotest_adapter: No longer use slices (which was wrong to start with).
Edward Hervey [Sat, 11 Apr 2009 14:48:31 +0000 (16:48 +0200)]
test_adapter: No longer use slices (which was wrong to start with).

15 years agoarg-types: Remove guint8* argtype.
Edward Hervey [Sat, 11 Apr 2009 14:47:07 +0000 (16:47 +0200)]
arg-types: Remove guint8* argtype.

Partially reverts 7aef2834cff525906db15b4af0ee54b723bdd083

15 years ago__init__: Postpone registry update during initialization. Fixes #576145
Edward Hervey [Sat, 11 Apr 2009 14:08:51 +0000 (16:08 +0200)]
__init__: Postpone registry update during initialization. Fixes #576145

15 years agoFix uninstalled usage with python 2.6. Fixes #576546
Alessandro Decina [Sat, 11 Apr 2009 14:20:11 +0000 (16:20 +0200)]
Fix uninstalled usage with python 2.6. Fixes #576546

Also imports submodules as mentionned by Philippe Normand.

15 years agoMerge branch 'master' of ssh://thomasvs@git.freedesktop.org/git/gstreamer/gst-python...
Thomas Vander Stichele [Fri, 10 Apr 2009 13:43:35 +0000 (15:43 +0200)]
Merge branch 'master' of ssh://thomasvs@git.freedesktop.org/git/gstreamer/gst-python into bz-577735

15 years agoAutomatic update of common submodule
Felipe Contreras [Sat, 4 Apr 2009 18:19:46 +0000 (21:19 +0300)]
Automatic update of common submodule

From d0ea89e to b3941ea

15 years agoAutomatic update of common submodule
Edward Hervey [Sat, 4 Apr 2009 12:55:08 +0000 (14:55 +0200)]
Automatic update of common submodule

From f8b3d91 to d0ea89e

15 years agohandle actual GObject having been set to NULL in repr
Thomas Vander Stichele [Sat, 4 Apr 2009 10:55:47 +0000 (12:55 +0200)]
handle actual GObject having been set to NULL in repr

(For example, when doing weak ref tracking)

15 years agopygst.py.in: Fix license (LGPL).
Edward Hervey [Sat, 4 Apr 2009 08:05:50 +0000 (10:05 +0200)]
pygst.py.in: Fix license (LGPL).

15 years agoProvide wrapper for gst_tag_get_type. Fixes #571156.
Mark Nauwelaerts [Tue, 10 Feb 2009 11:07:52 +0000 (12:07 +0100)]
Provide wrapper for gst_tag_get_type.  Fixes #571156.

15 years agomake sure that we actually get the clock-provide message
Thomas Vander Stichele [Thu, 2 Apr 2009 16:06:12 +0000 (18:06 +0200)]
make sure that we actually get the clock-provide message

15 years agoFix for #577735: do_handle_message leaks messages
Thomas Vander Stichele [Thu, 2 Apr 2009 15:21:58 +0000 (17:21 +0200)]
Fix for #577735: do_handle_message leaks messages

15 years agoFix some leaks.
Edward Hervey [Thu, 26 Mar 2009 15:18:04 +0000 (16:18 +0100)]
Fix some leaks.

15 years agoNew guint8* ArgType. Wraps the various GstAdapter methods. Fixes #576505
Edward Hervey [Thu, 26 Mar 2009 15:13:48 +0000 (16:13 +0100)]
New guint8* ArgType. Wraps the various GstAdapter methods. Fixes #576505

15 years agogstbus: fix refcounting in gst.Bus.set_sync_handler.
Alessandro Decina [Tue, 17 Mar 2009 14:03:09 +0000 (15:03 +0100)]
gstbus: fix refcounting in gst.Bus.set_sync_handler.