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

15 years agoRaise an Exception when wrapping a NULL GstIterator.
Edward Hervey [Thu, 8 Jan 2009 12:25:26 +0000 (12:25 +0000)]
Raise an Exception when wrapping a NULL GstIterator.

Original commit message from CVS:
* gst/pygstiterator.c: (pygst_iterator_new):
* testsuite/test_iterator.py:
Raise an Exception when wrapping a NULL GstIterator.
Fixes #566903

15 years agogst/gststructure.override: Don't leak key names in _wrap_gst_structure_keys.
Vincent GENIEUX [Mon, 5 Jan 2009 11:05:32 +0000 (11:05 +0000)]
gst/gststructure.override: Don't leak key names in _wrap_gst_structure_keys.

Original commit message from CVS:
patch by: Vincent GENIEUX <mutex at runbox dot com>
* gst/gststructure.override:
Don't leak key names in _wrap_gst_structure_keys.

15 years agogst/: Wrap more GstIndexEntry methods and properties.
Edward Hervey [Fri, 2 Jan 2009 21:46:30 +0000 (21:46 +0000)]
gst/: Wrap more GstIndexEntry methods and properties.

Original commit message from CVS:
* gst/gst-types.defs:
* gst/gst.defs:
* gst/gst.override:
Wrap more GstIndexEntry methods and properties.

15 years agoWrap gst-plugins-base's tag helper library.
Edward Hervey [Wed, 31 Dec 2008 13:32:58 +0000 (13:32 +0000)]
Wrap gst-plugins-base's tag helper library.

Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/tag.defs:
* gst/tag.override:
* gst/tagmodule.c: (inittag):
Wrap gst-plugins-base's tag helper library.
Partially fixes #565762

15 years agoWrap gst-plugins-base's video helper library.
Edward Hervey [Wed, 31 Dec 2008 13:06:58 +0000 (13:06 +0000)]
Wrap gst-plugins-base's video helper library.

Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/video.defs:
* gst/video.override:
* gst/videomodule.c: (initvideo):
Wrap gst-plugins-base's video helper library.
Partially fixes #565762

15 years agoWrap gst-plugins-base's audio helper library.
Edward Hervey [Wed, 31 Dec 2008 12:01:02 +0000 (12:01 +0000)]
Wrap gst-plugins-base's audio helper library.

Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/audio.defs:
* gst/audio.override:
* gst/audiomodule.c: (initaudio):
Wrap gst-plugins-base's audio helper library.
Partially fixes #565762

15 years agoUpdated core API additions
Edward Hervey [Tue, 30 Dec 2008 19:20:31 +0000 (19:20 +0000)]
Updated core API additions

Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/gst-0.10.20.ignore:
* gst/gst-0.10.22.ignore:
* gst/gst-types.defs:
* gst/gst.defs:
* gst/gstversion.override.in:
Updated core API additions

15 years agogst/__init__.py: Add gst.Fourcc.__eq__ and gst.Fourcc.__ne__.
Alessandro Decina [Tue, 9 Dec 2008 14:30:43 +0000 (14:30 +0000)]
gst/__init__.py: Add gst.Fourcc.__eq__ and gst.Fourcc.__ne__.

Original commit message from CVS:
* gst/__init__.py:
Add gst.Fourcc.__eq__ and gst.Fourcc.__ne__.

15 years agogst/Makefile.am: Don't forget to dist/install gst-0.10.21.ignore
Edward Hervey [Tue, 9 Dec 2008 11:48:15 +0000 (11:48 +0000)]
gst/Makefile.am: Don't forget to dist/install gst-0.10.21.ignore

Original commit message from CVS:
* gst/Makefile.am:
Don't forget to dist/install gst-0.10.21.ignore

15 years agogst/arg-types.py: Fix memory leak for GstMiniObjects used as parameters in class...
Vincent Genieux [Tue, 9 Dec 2008 10:16:08 +0000 (10:16 +0000)]
gst/arg-types.py: Fix memory leak for GstMiniObjects used as parameters in class method overrides.

Original commit message from CVS:
Patch by : Vincent Genieux <mutex at runbox dot com>
* gst/arg-types.py:
Fix memory leak for GstMiniObjects used as parameters in class method
overrides.
Fixes #543961

15 years agogst/gstpad.override: Fix memory leak for functions that return a newly created buffer...
Edward Hervey [Sat, 6 Dec 2008 15:52:31 +0000 (15:52 +0000)]
gst/gstpad.override: Fix memory leak for functions that return a newly created buffer as a function argument.

Original commit message from CVS:
* gst/gstpad.override:
Fix memory leak for functions that return a newly created buffer as
a function argument.
Fixes #554545

15 years agocodegen/argtypes.py: Add handling of 'keep-refcount' for GBoxed arguments.
Edward Hervey [Sat, 6 Dec 2008 15:41:41 +0000 (15:41 +0000)]
codegen/argtypes.py: Add handling of 'keep-refcount' for GBoxed arguments.

Original commit message from CVS:
* codegen/argtypes.py:
Add handling of 'keep-refcount' for GBoxed arguments.
* gst/gst.defs:
Mark the appropriate 'gst_message_new_*' arguments when the method
takes the ownership of the passed gst.Structure/gst.TagList
* testsuite/test_message.py:
Test for creating messages that take a gst.Structure/gst.TagList as
argument and make sure they're properly created.
Fixes #556054

15 years agotestsuite/Makefile.am: Add a way to run individual tests. 'make test_bin.py.check...
Edward Hervey [Sat, 6 Dec 2008 15:39:01 +0000 (15:39 +0000)]
testsuite/Makefile.am: Add a way to run individual tests. 'make test_bin.py.check' for example.

Original commit message from CVS:
* testsuite/Makefile.am:
Add a way to run individual tests.
'make test_bin.py.check' for example.

15 years agoexamples/gst-discover: Beautify output of discoverer's duration.
Edward Hervey [Sat, 6 Dec 2008 14:13:55 +0000 (14:13 +0000)]
examples/gst-discover: Beautify output of discoverer's duration.

Original commit message from CVS:
* examples/gst-discover:
Beautify output of discoverer's duration.

15 years agotestsuite/test_event.py: Sinks now send GST_EVENT_LATENCY events upstream. Adapt...
Edward Hervey [Sat, 6 Dec 2008 14:10:51 +0000 (14:10 +0000)]
testsuite/test_event.py: Sinks now send GST_EVENT_LATENCY events upstream. Adapt test for that new behaviour.

Original commit message from CVS:
* testsuite/test_event.py:
Sinks now send GST_EVENT_LATENCY events upstream. Adapt test for that
new behaviour.

15 years agoAdd common to SUBDIRS and generate common/Makefile and common/m4/Makefile.
Sebastian Dröge [Fri, 5 Dec 2008 08:49:05 +0000 (08:49 +0000)]
Add common to SUBDIRS and generate common/Makefile and common/m4/Makefile.

Original commit message from CVS:
* Makefile.am:
* configure.ac:
Add common to SUBDIRS and generate common/Makefile and
common/m4/Makefile.

15 years agoconfigure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro...
Sebastian Dröge [Thu, 4 Dec 2008 20:11:53 +0000 (20:11 +0000)]
configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change.

Original commit message from CVS:
* configure.ac:
Apparently AC_CONFIG_MACRO_DIR breaks when using more
than one macro directory, reverting last change.

15 years agoconfigure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
Sebastian Dröge [Thu, 4 Dec 2008 19:50:23 +0000 (19:50 +0000)]
configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.

Original commit message from CVS:
* configure.ac:
Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
our M4 macros.

15 years agopep-8 cleanups
Thomas Vander Stichele [Sun, 23 Nov 2008 12:31:42 +0000 (12:31 +0000)]
pep-8 cleanups

Original commit message from CVS:
pep-8 cleanups

15 years agoWrap gst_type_find_peek.
Alessandro Decina [Wed, 19 Nov 2008 16:54:58 +0000 (16:54 +0000)]
Wrap gst_type_find_peek.

Original commit message from CVS:
* gst/gst.override:
* testsuite/test_typefind.py:
Wrap gst_type_find_peek.

15 years agogst/: Add GstBaseTransform::transform_size virtual.
Alessandro Decina [Sat, 8 Nov 2008 12:16:31 +0000 (12:16 +0000)]
gst/: Add GstBaseTransform::transform_size virtual.

Original commit message from CVS:
* gst/base.defs:
* gst/gstbase.override:
Add GstBaseTransform::transform_size virtual.

15 years agogst/__init__.py: Fix on systems that don't have dlopen or don't support RTLD_GLOBAL and
Alessandro Decina [Sat, 8 Nov 2008 11:49:30 +0000 (11:49 +0000)]
gst/__init__.py: Fix on systems that don't have dlopen or don't support RTLD_GLOBAL and

Original commit message from CVS:
reviewed by: Edward Hervey <edward.hervey@collabora.co.uk>
* gst/__init__.py:
Fix on systems that don't have dlopen or don't support RTLD_GLOBAL and
RTLD_LAZY.

15 years agogst/gst.override: Fix compiler warning about missing format string.
Jan Schmidt [Fri, 7 Nov 2008 22:29:06 +0000 (22:29 +0000)]
gst/gst.override: Fix compiler warning about missing format string.

Original commit message from CVS:
* gst/gst.override:
Fix compiler warning about missing format string.

15 years agoconfigure.ac: Back to development -> 0.10.13.1
Jan Schmidt [Sun, 5 Oct 2008 11:36:16 +0000 (11:36 +0000)]
configure.ac: Back to development -> 0.10.13.1

Original commit message from CVS:
* configure.ac:
Back to development -> 0.10.13.1

15 years agogst/__init__.py: Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MIPS as...
Thiemo Seufer [Sun, 5 Oct 2008 08:16:38 +0000 (08:16 +0000)]
gst/__init__.py: Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MIPS as the values are different there fro...

Original commit message from CVS:
Patch by: Thiemo Seufer <ths at networkno dot de>
* gst/__init__.py:
Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MIPS
as the values are different there from all other Linux platforms.
Fixes bug #553134.

15 years agogst/__init__.py: Import modules in the correct order, i.e. libxml2 before
Alexander Wirt [Sun, 5 Oct 2008 08:14:42 +0000 (08:14 +0000)]
gst/__init__.py: Import modules in the correct order, i.e. libxml2 before

Original commit message from CVS:
Patch by: Alexander Wirt <formorer at debian dot org>
* gst/__init__.py:
Import modules in the correct order, i.e. libxml2 before
GStreamer stuff, to prevent unresolved symbols. Fixes bug #553131.

15 years agoRelease 0.10.13
Jan Schmidt [Fri, 3 Oct 2008 00:08:42 +0000 (00:08 +0000)]
Release 0.10.13

Original commit message from CVS:
Release 0.10.13

16 years agoconfigure.ac: 0.10.20.2 pre-release
Jan Schmidt [Wed, 17 Sep 2008 13:37:30 +0000 (13:37 +0000)]
configure.ac: 0.10.20.2 pre-release

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

16 years agoAdd API additions for upcoming 0.10.21 core release
Edward Hervey [Tue, 9 Sep 2008 10:41:27 +0000 (10:41 +0000)]
Add API additions for upcoming 0.10.21 core release

Original commit message from CVS:
* configure.ac:
* gst/base.defs:
* gst/gst-0.10.21.ignore:
* gst/gst.defs:
* gst/gstversion.override.in:
Add API additions for upcoming 0.10.21 core release

16 years agoexamples/pipeline-tester: Don't hardcode audio/video source and sinks, and instead...
Brian Cameron [Thu, 4 Sep 2008 17:57:50 +0000 (17:57 +0000)]
examples/pipeline-tester: Don't hardcode audio/video source and sinks, and instead use more generic sources.

Original commit message from CVS:
* examples/pipeline-tester:
Don't hardcode audio/video source and sinks, and instead use more
generic sources.
Based on a patch by Brian Cameron <brian.cameron@sun.com>
Fixes #517993

16 years agogst/gstcaps.override: Override gst_caps_append_structure() and make a copy of the...
Edward Hervey [Tue, 26 Aug 2008 15:58:15 +0000 (15:58 +0000)]
gst/gstcaps.override: Override gst_caps_append_structure() and make a copy of the structure given as argument.

Original commit message from CVS:
* gst/gstcaps.override:
Override gst_caps_append_structure() and make a copy of the structure
given as argument.
Fixes #549450

16 years agogst/: Add gstdebugutils.[ch] methods that weren't wrapped previously.
Edward Hervey [Mon, 11 Aug 2008 16:40:45 +0000 (16:40 +0000)]
gst/: Add gstdebugutils.[ch] methods that weren't wrapped previously.

Original commit message from CVS:
* gst/gst-0.10.15.ignore:
* gst/gst-types.defs:
* gst/gst.defs:
Add gstdebugutils.[ch] methods that weren't wrapped previously.
We can now dump pipeline graphviz files from python ! :)

16 years agoupdate upstream API changes
Edward Hervey [Wed, 2 Jul 2008 11:23:39 +0000 (11:23 +0000)]
update upstream API changes

Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/base.defs:
* gst/gst-0.10.18.ignore:
* gst/gst-0.10.20.ignore:
* gst/gst-pb-0.10.18.ignore:
* gst/gst-types.defs:
* gst/gst.defs:
* gst/gstversion.override.in:
* gst/interfaces.defs:
update upstream API changes

16 years agotestsuite/test_interface.py: Don't hardcode 'alsasrc' for testing GstMixer and GstPro...
Edward Hervey [Fri, 27 Jun 2008 10:42:38 +0000 (10:42 +0000)]
testsuite/test_interface.py: Don't hardcode 'alsasrc' for testing GstMixer and GstPropertyProbe interfaces, but inste...

Original commit message from CVS:
* testsuite/test_interface.py:
Don't hardcode 'alsasrc' for testing GstMixer and GstPropertyProbe
interfaces, but instead search one through the registry.
If none are available, return gracefully.

16 years agotestsuite/test_xml.py: Don't attempt to test gst.XML if there's no available libxml2...
Edward Hervey [Fri, 27 Jun 2008 10:29:58 +0000 (10:29 +0000)]
testsuite/test_xml.py: Don't attempt to test gst.XML if there's no available libxml2 module.

Original commit message from CVS:
* testsuite/test_xml.py:
Don't attempt to test gst.XML if there's no available libxml2 module.

16 years agogst/gstbuffer.override: the GstBuffer overrides seem to be confused about whether...
Jan Schmidt [Fri, 27 Jun 2008 08:39:37 +0000 (08:39 +0000)]
gst/gstbuffer.override: the GstBuffer overrides seem to be confused about whether they're mini-objects or a GBoxed, a...

Original commit message from CVS:
* gst/gstbuffer.override:
the GstBuffer overrides seem to be confused about whether they're
mini-objects or a GBoxed, and it makes copy_on_write no actually
return a usable gst.Buffer. Fix up places where GstBuffers are
treated as GBoxed to use pygstminiobject functions.
Makes gst.Buffer('blah').copy_on_write() work.
* testsuite/test_buffer.py:
Add test for copy-on-write writability
* examples/buffer-draw.py:
Add an example of drawing on a GStreamer buffer with cairo
* gst/gstpad.override:
Make function static

16 years agogst/: Fix double-import issues on macosx.
Edward Hervey [Thu, 26 Jun 2008 14:57:29 +0000 (14:57 +0000)]
gst/: Fix double-import issues on macosx.

Original commit message from CVS:
* gst/common.h:
* gst/gstmodule.c:
* gst/interfaces.override:
* gst/pbutils.override:
* gst/pygstiterator.c:
* gst/pygstminiobject.c:
* gst/pygstminiobject.h:
Fix double-import issues on macosx.
Fixes #461838

16 years agogst/gstmodule.c: Return None if GstMiniObject GValue doesn't contain anything (NULL).
Edward Hervey [Thu, 26 Jun 2008 09:14:51 +0000 (09:14 +0000)]
gst/gstmodule.c: Return None if GstMiniObject GValue doesn't contain anything (NULL).

Original commit message from CVS:
* gst/gstmodule.c: (pygstminiobject_from_gvalue):
Return None if GstMiniObject GValue doesn't contain anything (NULL).
Fixes #540221

16 years agoconfigure.ac: Bump version back to dev -> 0.10.12.1
Jan Schmidt [Fri, 20 Jun 2008 08:55:48 +0000 (08:55 +0000)]
configure.ac: Bump version back to dev -> 0.10.12.1

Original commit message from CVS:
* configure.ac:
Bump version back to dev -> 0.10.12.1

16 years agoRelease 0.10.12
Jan Schmidt [Wed, 18 Jun 2008 14:50:35 +0000 (14:50 +0000)]
Release 0.10.12

Original commit message from CVS:
Release 0.10.12

16 years agoconfigure.ac: 0.10.11.3 pre-release
Edward Hervey [Fri, 13 Jun 2008 11:21:27 +0000 (11:21 +0000)]
configure.ac: 0.10.11.3 pre-release

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

16 years agoRe-opens #530417
Edward Hervey [Fri, 13 Jun 2008 11:11:38 +0000 (11:11 +0000)]
Re-opens #530417

Original commit message from CVS:
* gst/__init__.py:
* gst/gstelement.override:
* testsuite/test_element.py:
Revert 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
Re-opens #530417

16 years agoRe-opens #514717
Edward Hervey [Thu, 12 Jun 2008 11:11:49 +0000 (11:11 +0000)]
Re-opens #514717

Original commit message from CVS:
* gst/gstpad.override:
* testsuite/test_pad.py:
Revert 2008-02-10  Alessandro Decina  <alessandro@nnva.org>
Re-opens #514717

16 years agoconfigure.ac: 0.10.11.2 pre-release
Jan Schmidt [Thu, 5 Jun 2008 09:51:17 +0000 (09:51 +0000)]
configure.ac: 0.10.11.2 pre-release

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

16 years agogst/gstevent.override: gst_event_new_tag takes ownership of the GstTagList given...
Edward Hervey [Mon, 26 May 2008 10:20:06 +0000 (10:20 +0000)]
gst/gstevent.override: gst_event_new_tag takes ownership of the GstTagList given as argument, therefore make a copy b...

Original commit message from CVS:
* gst/gstevent.override:
gst_event_new_tag takes ownership of the GstTagList given
as argument, therefore make a copy before calling the
C function.
Fixes #534888

16 years agogst/extend/discoverer.py: Add timeout property.
Edward Hervey [Sat, 17 May 2008 13:13:05 +0000 (13:13 +0000)]
gst/extend/discoverer.py: Add timeout property.

Original commit message from CVS:
* gst/extend/discoverer.py:
Add timeout property.
Fix typos.
Beautify debugging.
Fix email.

16 years agogst/__init__.py: Make gst.Fraction simplify like the C counterpart
Jan Schmidt [Wed, 14 May 2008 16:00:39 +0000 (16:00 +0000)]
gst/__init__.py: Make gst.Fraction simplify like the C counterpart

Original commit message from CVS:
Patch by: Jan Schmidt <thaytan at mad dot scientist dot com>
* gst/__init__.py:
Make gst.Fraction simplify like the C counterpart
Fixes #532809