Sebastian Dröge [Sun, 8 Mar 2009 11:06:40 +0000 (12:06 +0100)]
Automatic update of common submodule
From ffa738d to 7032163
Sebastian Dröge [Sun, 8 Mar 2009 10:22:17 +0000 (11:22 +0100)]
Automatic update of common submodule
From 3f13e4e to ffa738d
Sebastian Dröge [Sat, 7 Mar 2009 10:47:49 +0000 (11:47 +0100)]
Automatic update of common submodule
From 3c7456b to 3f13e4e
Sebastian Dröge [Sat, 7 Mar 2009 09:47:56 +0000 (10:47 +0100)]
Automatic update of common submodule
From 57c83f2 to 3c7456b
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)).
Edward Hervey [Thu, 5 Mar 2009 12:45:07 +0000 (13:45 +0100)]
pbutils: Fix leaked GStrv. Fixes #574258
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.
Edward Hervey [Mon, 2 Mar 2009 14:22:33 +0000 (15:22 +0100)]
.gitignore: Reorder ignores and add *~
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.
Jan Schmidt [Wed, 25 Feb 2009 15:14:42 +0000 (15:14 +0000)]
build: Update shave init statement for changes in common. Bump common.
Jan Schmidt [Wed, 25 Feb 2009 11:33:13 +0000 (11:33 +0000)]
Automatic update of common submodule
From 9cf8c9b to a6ce5c6
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.
Jan Schmidt [Sun, 22 Feb 2009 20:39:39 +0000 (20:39 +0000)]
Use shave for the build output
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
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
Jan Schmidt [Sun, 22 Feb 2009 16:01:49 +0000 (16:01 +0000)]
Automatic update of common submodule
From 5d7c9cc to 9cf8c9b
David Schleef [Sat, 21 Feb 2009 19:14:13 +0000 (11:14 -0800)]
Automatic update of common submodule
From 80c627d to 5d7c9cc
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).
Edward Hervey [Tue, 17 Feb 2009 09:48:25 +0000 (10:48 +0100)]
Plugin Loader: Don't register non-gstElement subclasses
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
Edward Hervey [Mon, 9 Feb 2009 13:02:41 +0000 (14:02 +0100)]
plugin/Makefile.am : Remove commented lines
Edward Hervey [Mon, 19 Jan 2009 07:38:10 +0000 (08:38 +0100)]
Python plugin loader implementation.
Fixes #304361.
Edward Hervey [Mon, 9 Feb 2009 12:23:45 +0000 (13:23 +0100)]
Add a rule to generate valgrind suppressions for a single test.
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).
Edward Hervey [Mon, 9 Feb 2009 11:04:04 +0000 (12:04 +0100)]
Bump revision to use for common submodule.
Jan Schmidt [Fri, 30 Jan 2009 17:41:18 +0000 (17:41 +0000)]
Bump common
Edward Hervey [Fri, 30 Jan 2009 08:06:31 +0000 (09:06 +0100)]
Fix previous commit, wasn't actually setting up a symbolic link
Edward Hervey [Fri, 30 Jan 2009 07:59:21 +0000 (08:59 +0100)]
Use a symbolic link for the pre-commit client-side hook
Edward Hervey [Fri, 30 Jan 2009 07:59:07 +0000 (08:59 +0100)]
Ignore new auto-generated .c files
Stefan Kost [Mon, 26 Jan 2009 09:11:18 +0000 (11:11 +0200)]
Add progress report element to cp example.
Stefan Kost [Fri, 23 Jan 2009 20:17:21 +0000 (22:17 +0200)]
Add an example for using the tagsetter iface.
Sebastian Dröge [Thu, 22 Jan 2009 12:50:33 +0000 (13:50 +0100)]
Fix pre-commit hook
Jan Schmidt [Thu, 22 Jan 2009 12:00:08 +0000 (12:00 +0000)]
Back to devel -> 0.10.14.1
Edward Hervey [Thu, 22 Jan 2009 05:10:50 +0000 (06:10 +0100)]
Install and use pre-commit indentation hook from common
Edward Hervey [Wed, 21 Jan 2009 03:36:02 +0000 (04:36 +0100)]
autogen.sh : Use git submodule
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
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
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
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.
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.
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
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
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
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
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__.
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
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
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
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
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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.
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
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.
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.
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
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
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
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
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
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 ! :)
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
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.
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.
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
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
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
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
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
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
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
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
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
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
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.
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
Edward Hervey [Wed, 14 May 2008 15:48:18 +0000 (15:48 +0000)]
gst/gstcaps.override: Fix typo
Original commit message from CVS:
* gst/gstcaps.override:
Fix typo
Johan Dahlin [Thu, 8 May 2008 14:06:45 +0000 (14:06 +0000)]
New 'fancy' constructor for gst.Element, allows creating elements in a more pythonic way (i.e. myelement = gst.Elemen...
Original commit message from CVS:
Patch by: Johan Dahlin <johan at gnome dot org>
* gst/__init__.py:
* gst/gstelement.override:
* testsuite/test_element.py:
New 'fancy' constructor for gst.Element, allows creating elements in a
more pythonic way (i.e. myelement = gst.Element("oggmux")).
Fixes #530417
Edward Hervey [Thu, 8 May 2008 14:03:17 +0000 (14:03 +0000)]
gst/: Fix broken indentation
Original commit message from CVS:
* gst/__init__.py:
* gst/arg-types.py:
Fix broken indentation
Fixes #531697
Edward Hervey [Thu, 8 May 2008 10:59:48 +0000 (10:59 +0000)]
gst/: Use G_GSSIZE_FORMAT for ssize_t types.
Original commit message from CVS:
* gst/gst.override:
* gst/gstbuffer.override:
Use G_GSSIZE_FORMAT for ssize_t types.
Fixes build on macosx.
Christian Schaller [Wed, 7 May 2008 16:05:19 +0000 (16:05 +0000)]
update spec file with latest changes
Original commit message from CVS:
update spec file with latest changes
Alessandro Decina [Mon, 28 Apr 2008 10:49:03 +0000 (10:49 +0000)]
gst/gst.override: Add wrapping of gst_type_find_register.
Original commit message from CVS:
Patch by: Alessandro Decina <alessandro at nnva dot org>
* gst/gst.override:
Add wrapping of gst_type_find_register.
Fixes #529728
Alessandro Decina [Mon, 28 Apr 2008 10:36:10 +0000 (10:36 +0000)]
gst/gstelementfactory.override: Release GIL in gst_element_factory_overrides.
Original commit message from CVS:
Patch by: Alessandro Decina <alessandro at nnva dot org>
* gst/gstelementfactory.override:
Release GIL in gst_element_factory_overrides.
Fixes #529731
Jan Schmidt [Thu, 24 Apr 2008 11:35:38 +0000 (11:35 +0000)]
examples/: Sync with the X server before giving an XID to our sink with a different display connection. This avoids s...
Original commit message from CVS:
* examples/play.py:
* examples/remuxer.py:
* examples/switch.py:
* examples/synchronizer.py:
Sync with the X server before giving an XID to our sink with a different
display connection. This avoids spurious X servers where the sink's
display connection doesn't know the XID that the GDK thread's does.
Damien Lespiau [Sun, 6 Apr 2008 08:58:39 +0000 (08:58 +0000)]
configure.ac: Actually build dlls when cross-compiling with mingw32.
Original commit message from CVS:
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
* configure.ac:
Actually build dlls when cross-compiling with mingw32.
Fixes bug #526247.
Jan Schmidt [Fri, 21 Mar 2008 00:37:01 +0000 (00:37 +0000)]
configure.ac: Back to development - 0.10.11.1
Original commit message from CVS:
* configure.ac:
Back to development - 0.10.11.1
Jan Schmidt [Fri, 21 Mar 2008 00:31:44 +0000 (00:31 +0000)]
Release 0.10.11
Original commit message from CVS:
Release 0.10.11
Jan Schmidt [Tue, 4 Mar 2008 00:31:22 +0000 (00:31 +0000)]
configure.ac: 0.10.10.2 pre-release
Original commit message from CVS:
* configure.ac:
0.10.10.2 pre-release
Rene Stadler [Fri, 29 Feb 2008 12:37:43 +0000 (12:37 +0000)]
gst/gst.override: Don't crash by unreffing NULL when calling the do_get_protocols_full method raises an exception.
Original commit message from CVS:
* gst/gst.override:
(_wrap_GstURIHandler__proxy_do_get_protocols_full):
Don't crash by unreffing NULL when calling the
do_get_protocols_full method raises an exception.
Edward Hervey [Sun, 10 Feb 2008 13:33:26 +0000 (13:33 +0000)]
Fix memleak in gst.Pad.set_blocked_async()
Original commit message from CVS:
reviewed by: Edward Hervey <edward.hervey@collabora.co.uk>
* gst/gstpad.override:
* testsuite/test_pad.py:
Fix memleak in gst.Pad.set_blocked_async()
Fixes #514717
Edward Hervey [Sun, 10 Feb 2008 13:30:11 +0000 (13:30 +0000)]
gst/gstpad.override: Wrap gst.Pad.start_task().
Original commit message from CVS:
* gst/gstpad.override:
Wrap gst.Pad.start_task().
Edward Hervey [Fri, 8 Feb 2008 08:37:36 +0000 (08:37 +0000)]
gst/base.defs: gst_adapter_push steals the refcount.
Original commit message from CVS:
* gst/base.defs:
gst_adapter_push steals the refcount.