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

15 years agobase.defs: Allow passing NULL/None to gst.BaseTransform.suggest()
Edward Hervey [Tue, 10 Mar 2009 18:29:51 +0000 (19:29 +0100)]
base.defs: Allow passing NULL/None to gst.BaseTransform.suggest()

15 years agoAutomatic update of common submodule
Jan Schmidt [Mon, 9 Mar 2009 23:14:12 +0000 (23:14 +0000)]
Automatic update of common submodule

From 7032163 to f8b3d91

15 years agoAutomatic update of common submodule
Sebastian Dröge [Sun, 8 Mar 2009 11:06:40 +0000 (12:06 +0100)]
Automatic update of common submodule

From ffa738d to 7032163

15 years agoAutomatic update of common submodule
Sebastian Dröge [Sun, 8 Mar 2009 10:22:17 +0000 (11:22 +0100)]
Automatic update of common submodule

From 3f13e4e to ffa738d

15 years agoAutomatic update of common submodule
Sebastian Dröge [Sat, 7 Mar 2009 10:47:49 +0000 (11:47 +0100)]
Automatic update of common submodule

From 3c7456b to 3f13e4e

15 years agoAutomatic update of common submodule
Sebastian Dröge [Sat, 7 Mar 2009 09:47:56 +0000 (10:47 +0100)]
Automatic update of common submodule

From 57c83f2 to 3c7456b

15 years agogstcaps: Remove dead code.
Edward Hervey [Thu, 5 Mar 2009 12:59:30 +0000 (13:59 +0100)]
gstcaps: Remove dead code.

Those two lines will never be called, because caps2 will always be NULL
if we go to error (either we haven't used it yet (first goto and in this
case it's NULL), or.. it's NULL (second goto)).

15 years agopbutils: Fix leaked GStrv. Fixes #574258
Edward Hervey [Thu, 5 Mar 2009 12:45:07 +0000 (13:45 +0100)]
pbutils: Fix leaked GStrv. Fixes #574258

15 years agoFix leak in gst_flow_get_name() wrapper function. Fixes #574251
Edward Hervey [Thu, 5 Mar 2009 12:21:19 +0000 (13:21 +0100)]
Fix leak in gst_flow_get_name() wrapper function. Fixes #574251

PyString_FromString will make a copy of the provided string.

15 years ago.gitignore: Reorder ignores and add *~
Edward Hervey [Mon, 2 Mar 2009 14:22:33 +0000 (15:22 +0100)]
.gitignore: Reorder ignores and add *~

15 years agoplugin: Don't import modules that were already imported.
Edward Hervey [Fri, 27 Feb 2009 11:29:04 +0000 (12:29 +0100)]
plugin: Don't import modules that were already imported.

This avoids warnings for the cases where pygst.require() was already
called.

15 years agobuild: Update shave init statement for changes in common. Bump common.
Jan Schmidt [Wed, 25 Feb 2009 15:14:42 +0000 (15:14 +0000)]
build: Update shave init statement for changes in common. Bump common.

15 years agoAutomatic update of common submodule
Jan Schmidt [Wed, 25 Feb 2009 11:33:13 +0000 (11:33 +0000)]
Automatic update of common submodule

From 9cf8c9b to a6ce5c6

15 years agoDon't steal a ref to event in gst.BaseTransform.do_src_event.
Alessandro Decina [Tue, 24 Feb 2009 10:43:41 +0000 (11:43 +0100)]
Don't steal a ref to event in gst.BaseTransform.do_src_event.

15 years agoUse shave for the build output
Jan Schmidt [Sun, 22 Feb 2009 20:39:39 +0000 (20:39 +0000)]
Use shave for the build output

15 years agogstbus.override: Allow using set_sync_handler with None as a parameter
Edward Hervey [Sun, 22 Feb 2009 19:08:54 +0000 (20:08 +0100)]
gstbus.override: Allow using set_sync_handler with None as a parameter

15 years agoGstPad: Use gst_pad_set_blocked_async_full() if available.
Edward Hervey [Sun, 22 Feb 2009 19:12:23 +0000 (20:12 +0100)]
GstPad: Use gst_pad_set_blocked_async_full() if available.

Avoids leaking arguments.
Fixes #514717

15 years agoAutomatic update of common submodule
Jan Schmidt [Sun, 22 Feb 2009 16:01:49 +0000 (16:01 +0000)]
Automatic update of common submodule

From 5d7c9cc to 9cf8c9b

15 years agoAutomatic update of common submodule
David Schleef [Sat, 21 Feb 2009 19:14:13 +0000 (11:14 -0800)]
Automatic update of common submodule

From 80c627d to 5d7c9cc

15 years agogstpad.override: Take a copy of gst_static_pad_template_get_caps()
Edward Hervey [Fri, 20 Feb 2009 17:29:20 +0000 (18:29 +0100)]
gstpad.override: Take a copy of gst_static_pad_template_get_caps()

This means that we take a completely new caps for the sole usage of
gst-python. The GstCaps return by gst_static_pad_template_get_caps() are
(surprise) static and therefore will always exist... as long as the
GstStaticPadTemplate (and the factory providing it) still exist.

This solves the case of getting the caps of a static pad template *before*
any element was created using the GstElementFactory. When the factory is
used to create an element, a new factory is created, replacing the old one,
and plainly discarding any static values (including those caps).

15 years agoPlugin Loader: Don't register non-gstElement subclasses
Edward Hervey [Tue, 17 Feb 2009 09:48:25 +0000 (10:48 +0100)]
Plugin Loader: Don't register non-gstElement subclasses

15 years agogstltihooks: Sync with upstream pygobject/ltihooks.py commit.
Edward Hervey [Fri, 20 Feb 2009 07:34:38 +0000 (08:34 +0100)]
gstltihooks: Sync with upstream pygobject/ltihooks.py commit.

Apply commit from James Henstridge 2009-02-20 : "I've updated the
license block in pygtk/ltihooks.py to LGPL (not sure why I
didn't just use LGPL like the rest of pygtk)."

Partially fixes #572487

15 years agoplugin/Makefile.am : Remove commented lines
Edward Hervey [Mon, 9 Feb 2009 13:02:41 +0000 (14:02 +0100)]
plugin/Makefile.am : Remove commented lines

15 years agoPython plugin loader implementation.
Edward Hervey [Mon, 19 Jan 2009 07:38:10 +0000 (08:38 +0100)]
Python plugin loader implementation.

Fixes #304361.

15 years agoAdd a rule to generate valgrind suppressions for a single test.
Edward Hervey [Mon, 9 Feb 2009 12:23:45 +0000 (13:23 +0100)]
Add a rule to generate valgrind suppressions for a single test.

15 years agoGstMiniObject: Re-increment the C refcount after using a miniobject.
Edward Hervey [Mon, 9 Feb 2009 12:25:11 +0000 (13:25 +0100)]
GstMiniObject: Re-increment the C refcount after using a miniobject.

This behaviour is symmetrical to what we do at the very beginning (incrementing
the Python refcount of the wrapper object and decrementing the C refcount of the
actual object).

15 years agoBump revision to use for common submodule.
Edward Hervey [Mon, 9 Feb 2009 11:04:04 +0000 (12:04 +0100)]
Bump revision to use for common submodule.

15 years agoBump common
Jan Schmidt [Fri, 30 Jan 2009 17:41:18 +0000 (17:41 +0000)]
Bump common

15 years agoFix previous commit, wasn't actually setting up a symbolic link
Edward Hervey [Fri, 30 Jan 2009 08:06:31 +0000 (09:06 +0100)]
Fix previous commit, wasn't actually setting up a symbolic link

15 years agoUse a symbolic link for the pre-commit client-side hook
Edward Hervey [Fri, 30 Jan 2009 07:59:21 +0000 (08:59 +0100)]
Use a symbolic link for the pre-commit client-side hook

15 years agoIgnore new auto-generated .c files
Edward Hervey [Fri, 30 Jan 2009 07:59:07 +0000 (08:59 +0100)]
Ignore new auto-generated .c files

15 years agoAdd progress report element to cp example.
Stefan Kost [Mon, 26 Jan 2009 09:11:18 +0000 (11:11 +0200)]
Add progress report element to cp example.

15 years agoAdd an example for using the tagsetter iface.
Stefan Kost [Fri, 23 Jan 2009 20:17:21 +0000 (22:17 +0200)]
Add an example for using the tagsetter iface.

15 years agoFix pre-commit hook
Sebastian Dröge [Thu, 22 Jan 2009 12:50:33 +0000 (13:50 +0100)]
Fix pre-commit hook

15 years agoBack to devel -> 0.10.14.1
Jan Schmidt [Thu, 22 Jan 2009 12:00:08 +0000 (12:00 +0000)]
Back to devel -> 0.10.14.1

15 years agoInstall and use pre-commit indentation hook from common
Edward Hervey [Thu, 22 Jan 2009 05:10:50 +0000 (06:10 +0100)]
Install and use pre-commit indentation hook from common

15 years agoautogen.sh : Use git submodule
Edward Hervey [Wed, 21 Jan 2009 03:36:02 +0000 (04:36 +0100)]
autogen.sh : Use git submodule

15 years agoRelease 0.10.14
Jan Schmidt [Mon, 19 Jan 2009 23:18:26 +0000 (23:18 +0000)]
Release 0.10.14

Original commit message from CVS:
Release 0.10.14

15 years agoconfigure.ac: 0.10.13.3 pre-release
Jan Schmidt [Fri, 9 Jan 2009 23:45:36 +0000 (23:45 +0000)]
configure.ac: 0.10.13.3 pre-release

Original commit message from CVS:
* configure.ac:
0.10.13.3 pre-release