Edward Hervey [Sat, 16 Jun 2007 12:08:45 +0000 (12:08 +0000)]
gst/extend/: Fixes for thread-safety, changes in behaviour with gst.Pad and cleanup. Still has some issues.
Original commit message from CVS:
* gst/extend/jukebox.py:
* gst/extend/sources.py:
Fixes for thread-safety, changes in behaviour with gst.Pad and
cleanup. Still has some issues.
Edward Hervey [Thu, 14 Jun 2007 14:53:28 +0000 (14:53 +0000)]
gst/__init__.py: Cleaner way of checking for existence of symbols in gst module.
Original commit message from CVS:
* gst/__init__.py:
Cleaner way of checking for existence of symbols in gst module.
Jan Schmidt [Thu, 14 Jun 2007 14:14:12 +0000 (14:14 +0000)]
examples/sinkelement-registry.py: A quick modification of the sinkelement.py example that shows how to register a pur...
Original commit message from CVS:
* examples/sinkelement-registry.py:
A quick modification of the sinkelement.py example that
shows how to register a pure-python gst.Element into the
registry for use in autoplugging or parse_launch lines.
Edward Hervey [Tue, 12 Jun 2007 19:01:25 +0000 (19:01 +0000)]
gst/__init__.py: Fix API cleanups that cause API breakage.
Original commit message from CVS:
* gst/__init__.py:
Fix API cleanups that cause API breakage.
Fixes #446674
Jan Schmidt [Mon, 11 Jun 2007 22:00:20 +0000 (22:00 +0000)]
gst/gstpad.override: Wrap gst_pad_set_blocked_async in pyg thread unlock/lock.
Original commit message from CVS:
* gst/gstpad.override:
Wrap gst_pad_set_blocked_async in pyg thread unlock/lock.
Michael Smith [Fri, 8 Jun 2007 16:16:34 +0000 (16:16 +0000)]
gst/extend/discoverer.py: Better support for demuxers that don't create all pads at startup.
Original commit message from CVS:
Patch by : Michael Smith <msmith@fluendo.com>
* gst/extend/discoverer.py:
Better support for demuxers that don't create all pads at startup.
Fixes #380966
Edward Hervey [Fri, 8 Jun 2007 16:06:10 +0000 (16:06 +0000)]
gst/gst-0.10.12.ignore: Add more API additions that weren't explicit in the release notes.
Original commit message from CVS:
* gst/gst-0.10.12.ignore:
Add more API additions that weren't explicit in the release notes.
* gst/gst-0.10.13.ignore:
Personal note : remember to save file before commiting it.
Edward Hervey [Fri, 8 Jun 2007 15:16:08 +0000 (15:16 +0000)]
Updating ignores for API additions
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/gst-0.10.12.ignore:
* gst/gst-0.10.13.ignore:
* gst/gstversion.override.in:
Updating ignores for API additions
* gst/base.defs:
* gst/gst-types.defs:
* gst/gst.defs:
* gst/interfaces.defs:
* gst/libs.defs:
Massive wrapping of new API additions
* gst/gstbase.override:
* gst/gstevent.override:
* gst/gstmessage.override:
* gst/gstquery.override:
Overrides for methods with return values as arguments.
* gst/xwindowlistener.defs:
What the $#@# is this file still doing here ?? Removing it.
Edward Hervey [Wed, 23 May 2007 09:49:07 +0000 (09:49 +0000)]
Example of how to properly ignore methods that aren't available if some feature is disabled in GStreamer core.
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/gst-disable-loadsave.ignore:
* gst/gstversion.override.in:
Example of how to properly ignore methods that aren't available if
some feature is disabled in GStreamer core.
Stefan Kost [Mon, 23 Apr 2007 14:42:25 +0000 (14:42 +0000)]
configure.ac: Add example for the new AG_GST_PARSE_SUBSYSTEM_DISABLE macro.
Original commit message from CVS:
* configure.ac:
Add example for the new AG_GST_PARSE_SUBSYSTEM_DISABLE macro.
Edward Hervey [Thu, 19 Apr 2007 15:43:16 +0000 (15:43 +0000)]
gst/gstbin.override: Release the GIL in GstBin overrides.
Original commit message from CVS:
* gst/gstbin.override:
Release the GIL in GstBin overrides.
Jan Schmidt [Fri, 13 Apr 2007 11:26:43 +0000 (11:26 +0000)]
gst/gstelement.override: Release the python lock when performing GStreamer calls that might result in callbacks into ...
Original commit message from CVS:
* gst/gstelement.override:
Release the python lock when performing GStreamer calls that might
result in callbacks into python.
Jan Schmidt [Wed, 11 Apr 2007 09:33:37 +0000 (09:33 +0000)]
gst/gstbase.override: Unroll the GIL state in an error case where it was missing.
Original commit message from CVS:
* gst/gstbase.override:
Unroll the GIL state in an error case where it was missing.
Jan Schmidt [Wed, 11 Apr 2007 09:22:15 +0000 (09:22 +0000)]
gst/gstpad.override: Release the GIL lock while executing queries in GStreamer.
Original commit message from CVS:
* gst/gstpad.override:
Release the GIL lock while executing queries in GStreamer.
Jan Schmidt [Tue, 10 Apr 2007 18:01:25 +0000 (18:01 +0000)]
Implement pad query proxying so that python elements can answer pad queries. Fixes: #428299
Original commit message from CVS:
* examples/pyidentity.py:
* gst/common.h:
* gst/gstpad.override:
Implement pad query proxying so that python elements can
answer pad queries. Fixes: #428299
Jan Schmidt [Tue, 10 Apr 2007 12:44:44 +0000 (12:44 +0000)]
examples/pyidentity.py: Add a simple example that implements an identity-like element in python and passes buffers th...
Original commit message from CVS:
* examples/pyidentity.py:
Add a simple example that implements an identity-like element in
python and passes buffers through. It lacks buffer-alloc & query
handling at the moment, because the required gstreamer funcs aren't
wrapped.
* examples/sinkelement.py:
Make sure to call gobject.threads_init() in the example.
Edward Hervey [Wed, 4 Apr 2007 12:57:32 +0000 (12:57 +0000)]
codegen/codegen.py: Also ignore pointers and boxed if they're in ignore-type.
Original commit message from CVS:
* codegen/codegen.py:
Also ignore pointers and boxed if they're in ignore-type.
* gst/gst-0.10.7.ignore:
Add gst_type_find_factory_call_function to functions ignored before
0.10.7 since it requires GstTypeFind arguments.
Jan Schmidt [Wed, 4 Apr 2007 12:27:03 +0000 (12:27 +0000)]
Changelog surgery: Attribute the previous release to Monsieur Hervey
Original commit message from CVS:
Changelog surgery: Attribute the previous release to Monsieur Hervey
Jan Schmidt [Wed, 4 Apr 2007 12:22:03 +0000 (12:22 +0000)]
gst/: Fix the build for x86_64 when compiling against Python 2.5.
Original commit message from CVS:
* gst/common.h:
* gst/gst.override:
* gst/gstbuffer.override:
* gst/gstcaps.override:
* gst/gststructure.override:
* gst/gsttaglist.override:
* gst/interfaces.override:
Fix the build for x86_64 when compiling against Python 2.5.
Keeps backwards compatibility with Python 2.4. Tested on Ubuntu
Edgy 32-bit with python 2.4 & Feisty 64-bit with Python 2.4 & 2.5
Fixes #415003.
Tim-Philipp Müller [Sun, 25 Mar 2007 19:02:23 +0000 (19:02 +0000)]
gst/interfaces.defs: GstTunerChannel and GstTunerNorm are not GstObjects, only GObjects.
Original commit message from CVS:
* gst/interfaces.defs:
GstTunerChannel and GstTunerNorm are not GstObjects, only GObjects.
Johan Dahlin [Mon, 19 Mar 2007 01:21:12 +0000 (01:21 +0000)]
gst/: Make it compilable on Python 2.4 and Python 2.5
Original commit message from CVS:
* gst/common.h:
* gst/gsttaglist.override:
Make it compilable on Python 2.4 and Python 2.5
Johan Dahlin [Sun, 18 Mar 2007 17:45:16 +0000 (17:45 +0000)]
gst/__init__.py: Implement multiplication, divison and float coercing for fractions.
Original commit message from CVS:
* gst/__init__.py: Implement multiplication, divison and float
coercing for fractions.
* testsuite/test_fraction.py:
Add fraction tests
Johan Dahlin [Sat, 17 Mar 2007 13:36:48 +0000 (13:36 +0000)]
Implement sq_contains and add tests for gst.TagList.
Original commit message from CVS:
* gst/gsttaglist.override (_wrap_gst_tag_list_contains):
* testsuite/test_taglist.py (TestTagList.testKeys):
Implement sq_contains and add tests for gst.TagList.
Edward Hervey [Fri, 2 Mar 2007 11:03:46 +0000 (11:03 +0000)]
gst/__init__.py: Import libxml2 (if available) at import time with GLOBAL and LAZY flags.
Original commit message from CVS:
* gst/__init__.py:
Import libxml2 (if available) at import time with GLOBAL and LAZY flags.
Fixes #398567
Edward Hervey [Thu, 1 Mar 2007 14:21:52 +0000 (14:21 +0000)]
gst/__init__.py: Added __eq__ method to fractions so we can check if two fractions are equal.
Original commit message from CVS:
* gst/__init__.py:
Added __eq__ method to fractions so we can check if two fractions are
equal.
* gst/pygstvalue.c: (my_gcd), (pygst_value_from_pyobject):
Attempt to simplify gst.Fraction before filling in a GValue.
Fixes #381243
* testsuite/test_caps.py:
* testsuite/test_struct.py:
Minor beauty fixes. framerates are fractions, not floats.
Edward Hervey [Thu, 1 Mar 2007 13:47:12 +0000 (13:47 +0000)]
gst/interfacesmodule.c: initialize pygobject in the gst.interfaces modules. The absence of it causes segfaults on Sol...
Original commit message from CVS:
reviewed by: Edward Hervey <edward@fluendo.com>
* gst/interfacesmodule.c: (initinterfaces):
initialize pygobject in the gst.interfaces modules. The absence of it
causes segfaults on Solaris and MIPS machines.
Fixes #343980
Thomas Vander Stichele [Wed, 28 Feb 2007 22:09:33 +0000 (22:09 +0000)]
trigger rebuild
Original commit message from CVS:
trigger rebuild
Michael Smith [Tue, 27 Feb 2007 10:44:21 +0000 (10:44 +0000)]
gst/base.defs: Limitations in the code generator mean that we can't handle PushSrc in a way which works, so just comm...
Original commit message from CVS:
* gst/base.defs:
Limitations in the code generator mean that we can't handle PushSrc
in a way which works, so just comment this out until someone wants
to tackle this more completely.
Michael Smith [Sun, 25 Feb 2007 12:11:34 +0000 (12:11 +0000)]
gst/pygstvalue.c: Make buffers-in-gvalues more generic: handle all miniobjects
Original commit message from CVS:
* gst/pygstvalue.c: (pygst_value_init_for_pyobject),
(pygst_value_from_pyobject):
Make buffers-in-gvalues more generic: handle all miniobjects
* testsuite/test_caps.py:
Add a bit to one the test for buffers in caps.
Michael Smith [Sat, 24 Feb 2007 14:14:14 +0000 (14:14 +0000)]
testsuite/test_caps.py: Add test for gst.Buffer in caps.
Original commit message from CVS:
* testsuite/test_caps.py:
Add test for gst.Buffer in caps.
Michael Smith [Thu, 22 Feb 2007 16:13:53 +0000 (16:13 +0000)]
gst/pygstvalue.c: Implement gst.Buffer support in GValues (e.g. for caps containing buffers)
Original commit message from CVS:
* gst/pygstvalue.c: (pygst_value_as_pyobject),
(pygst_value_init_for_pyobject), (pygst_value_from_pyobject):
Implement gst.Buffer support in GValues (e.g. for caps containing
buffers)
David Schleef [Fri, 16 Feb 2007 02:39:56 +0000 (02:39 +0000)]
Makefile.am: Add ACLOCAL_AMFLAGS
Original commit message from CVS:
* Makefile.am: Add ACLOCAL_AMFLAGS
Edward Hervey [Sun, 4 Feb 2007 11:40:09 +0000 (11:40 +0000)]
testsuite/common.py: A private variable of unittest.TestCase changed name in python 2.5.
Original commit message from CVS:
* testsuite/common.py:
A private variable of unittest.TestCase changed name in python 2.5.
This fixes make check with python2.5
Edward Hervey [Sun, 4 Feb 2007 10:54:48 +0000 (10:54 +0000)]
gst/gstpad.override: Allow removing the negotiated pads of a cap by setting them to None.
Original commit message from CVS:
reviewed by: Edward Hervey <edward@fluendo.com>
* gst/gstpad.override:
Allow removing the negotiated pads of a cap by setting them to None.
* testsuite/test_pad.py:
Added un-negotian of pads' caps to test above patch.
Fixes #363795
Edward Hervey [Sun, 4 Feb 2007 10:44:40 +0000 (10:44 +0000)]
gst/interfaces.override: Gracefully handle the case where gst_property_probe_get_values_name() returns NULL.
Original commit message from CVS:
* gst/interfaces.override:
Gracefully handle the case where gst_property_probe_get_values_name()
returns NULL.
Edward Hervey [Sun, 4 Feb 2007 10:23:38 +0000 (10:23 +0000)]
Fully implement GstPropertyProbe interface, with unit test.
Original commit message from CVS:
reviewed by: Edward Hervey <edward@fluendo.com>
* gst/interfaces.defs:
* gst/interfaces.override:
* testsuite/test_interface.py:
Fully implement GstPropertyProbe interface, with unit test.
Fixes #376996
Edward Hervey [Wed, 31 Jan 2007 16:53:15 +0000 (16:53 +0000)]
configure.ac: Back to development cycle.
Original commit message from CVS:
* configure.ac:
Back to development cycle.
Edward Hervey [Wed, 31 Jan 2007 16:51:37 +0000 (16:51 +0000)]
Releasing 0.10.7
Original commit message from CVS:
Releasing 0.10.7
Edward Hervey [Mon, 29 Jan 2007 12:27:46 +0000 (12:27 +0000)]
codegen/codegen.py: Don't register interface if it is ignored
Original commit message from CVS:
* codegen/codegen.py:
Don't register interface if it is ignored
* configure.ac:
GST_PB_MINOR_VERSION doesn't appear by magic, you actually have to
parse it from pkg-config !
* gst/gst-pb-0.10.11.ignore:
Ignore GstVideoOrientation type altogether.
* gst/interfaces.override:
Include gstversion.override so that non-existent API is properly ignored.
Should fix #401051 once and for good now.
Edward Hervey [Mon, 29 Jan 2007 11:17:45 +0000 (11:17 +0000)]
ChangeLog surgery : Indicate which bug last ocmmit fixed.
Original commit message from CVS:
ChangeLog surgery : Indicate which bug last ocmmit fixed.
----------------------------------------------------------------------
Edward Hervey [Mon, 29 Jan 2007 11:16:35 +0000 (11:16 +0000)]
configure.ac: Check for availability of video-orientation interface
Original commit message from CVS:
* configure.ac:
Check for availability of video-orientation interface
* gst/gst.override:
don't forget to increment the refcount of Py_None before returning it.
* gst/interfaces.override:
If video-orientation interface isn't available, don't include the
header.
Edward Hervey [Fri, 26 Jan 2007 11:58:55 +0000 (11:58 +0000)]
Add ignore file for 0.10.12 API additions
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/gstversion.override.in:
* gst/gst-0.10.12.ignore:
Add ignore file for 0.10.12 API additions
* gst/gst.defs:
* gst/base.defs:
* gst/gst-types.defs:
Add new API definitions
* gst/gst-0.10.10.ignore:
* gst/gst-0.10.11.ignore:
Fixup ignore files.
* testsuite/test_segment.py:
The update return value is uncertain and will soon be deprecated, don't
check against it anymore.
Thomas Vander Stichele [Wed, 17 Jan 2007 11:22:04 +0000 (11:22 +0000)]
wrap mixer set_volume, use tuple to match get_volume
Original commit message from CVS:
* examples/mixer.py:
* gst/interfaces.override:
wrap mixer set_volume, use tuple to match get_volume
Thomas Vander Stichele [Wed, 17 Jan 2007 07:30:11 +0000 (07:30 +0000)]
gst/pygstexception.*: gst.element_factory_make should raise ElementNotFoundError.
Original commit message from CVS:
* gst/pygstexception.c: (element_not_found_error_init),
(pygst_exceptions_register_classes):
* gst/pygstexception.h:
gst.element_factory_make should raise ElementNotFoundError.
Subclass it from PluginNotFoundError so we can add it compatibly
and remove the wrong one later.
* gst/gstelementfactory.override:
raise ElementNotFoundError
Thomas Vander Stichele [Wed, 17 Jan 2007 06:27:38 +0000 (06:27 +0000)]
gst/interfaces.*: wrap mixer get_volume
Original commit message from CVS:
* gst/interfaces.defs:
* gst/interfaces.override:
wrap mixer get_volume
* examples/Makefile.am:
* examples/mixer.py:
add an example using it
Thomas Vander Stichele [Wed, 17 Jan 2007 06:27:12 +0000 (06:27 +0000)]
add pb ignore file
Original commit message from CVS:
add pb ignore file
Thomas Vander Stichele [Wed, 17 Jan 2007 06:15:33 +0000 (06:15 +0000)]
configure.ac: fix use of PKG_CHECK_MODULES check for a pygobject of at least 2.11 for a value_from_pyobject fix
Original commit message from CVS:
* configure.ac:
fix use of PKG_CHECK_MODULES
check for a pygobject of at least 2.11 for a value_from_pyobject fix
* gst/gstobject.override:
use it
Thomas Vander Stichele [Wed, 17 Jan 2007 05:02:01 +0000 (05:02 +0000)]
gst/extend/discoverer.py: this is a module, not a program, so don't require versions
Original commit message from CVS:
* gst/extend/discoverer.py:
this is a module, not a program, so don't require versions
Thomas Vander Stichele [Wed, 17 Jan 2007 04:40:33 +0000 (04:40 +0000)]
configure.ac: check for stuff added in gst-pb 0.10.11
Original commit message from CVS:
* configure.ac:
check for stuff added in gst-pb 0.10.11
* gst/Makefile.am:
* gst/interfaces.defs:
* gst/interfaces.override:
add video orientation interface
Edward Hervey [Thu, 11 Jan 2007 17:45:46 +0000 (17:45 +0000)]
gst/gst.defs: Add declaration of gst_object_set_property so we can use our MT-safe version of set_property().
Original commit message from CVS:
* gst/gst.defs:
Add declaration of gst_object_set_property so we can use our MT-safe
version of set_property().
* gst/gstobject.override:
Implement a MT-safe version of g_object_set_property for GstObject.
The problem is that currently g_object_set_property is called in
pygobject with the GIL lock taken. This can cause deadlocks.
Remove this hack once bug #395048 is fixed in pygobject and we depend on
the fixed version.
Thanks to Lord Wingo of the "realm.py haters club" for proposing the
idea.
Edward Hervey [Wed, 10 Jan 2007 16:13:29 +0000 (16:13 +0000)]
codegen/codegen.py: When chaining up to the parent class methods from python to C, we need to allow threads (i.e. rel...
Original commit message from CVS:
* codegen/codegen.py:
When chaining up to the parent class methods from python to C, we need
to allow threads (i.e. release the GIL).
* gst/gstbase.override:
* gst/gstbin.override:
Modify __do_*() overrides in the same way as above.
Thomas Vander Stichele [Fri, 5 Jan 2007 10:48:36 +0000 (10:48 +0000)]
gst/extend/discoverer.py: No shebang line needed since there is no main code.
Original commit message from CVS:
* gst/extend/discoverer.py:
No shebang line needed since there is no main code.
Edward Hervey [Tue, 19 Dec 2006 11:38:01 +0000 (11:38 +0000)]
gst/gst.defs: Update API definitions.
Original commit message from CVS:
* gst/gst.defs:
Update API definitions.
* gst/common.h:
* gst/gstpad.override:
Add wrapper functions for settings activate, activatepull and
activatepush functions on pads.
* gst/gst.override:
Wrapper for gst_segment_set_seek() and gst_segment_clip()
Remove global ignore for *_init(), allows gst_segment_init() to be
properly code-generated.
* testsuite/Makefile.am:
* testsuite/test_segment.py:
Add unit test for gst.Segment object.
Edward Hervey [Sat, 16 Dec 2006 15:33:02 +0000 (15:33 +0000)]
testsuite/test_pad.py: Activate pads before using them.
Original commit message from CVS:
* testsuite/test_pad.py:
Activate pads before using them.
Edward Hervey [Sat, 16 Dec 2006 15:16:33 +0000 (15:16 +0000)]
RELEASE: Commit 0.10.6 RELEASE file. Better late than never :(
Original commit message from CVS:
* RELEASE:
Commit 0.10.6 RELEASE file. Better late than never :(
Edward Hervey [Sat, 16 Dec 2006 14:41:21 +0000 (14:41 +0000)]
Move GstIterator ArgType definition and usage for the codegenerator to gst/arg-types.py. It has nothing to do in the ...
Original commit message from CVS:
* codegen/argtypes.py:
* gst/arg-types.py:
Move GstIterator ArgType definition and usage for the codegenerator
to gst/arg-types.py. It has nothing to do in the codegenerator code.
Thomas Vander Stichele [Fri, 15 Dec 2006 17:02:31 +0000 (17:02 +0000)]
add doap file
Original commit message from CVS:
* Makefile.am:
* gst-python.doap:
* gst-python.spec.in:
add doap file
Tim-Philipp Müller [Mon, 11 Dec 2006 09:58:51 +0000 (09:58 +0000)]
gst/interfaces.defs: GstColorBalanceChannel is a GObject, not a GstObject. Fixes #383805.
Original commit message from CVS:
* gst/interfaces.defs:
GstColorBalanceChannel is a GObject, not a GstObject. Fixes #383805.
Edward Hervey [Mon, 4 Dec 2006 19:54:19 +0000 (19:54 +0000)]
changelog surgery, remove the conflict that has been there for 7 month
Original commit message from CVS:
changelog surgery, remove the conflict that has been there for 7 month
Edward Hervey [Mon, 4 Dec 2006 17:54:39 +0000 (17:54 +0000)]
configure.ac: Back to development cycle
Original commit message from CVS:
* configure.ac:
Back to development cycle
Edward Hervey [Mon, 4 Dec 2006 17:19:44 +0000 (17:19 +0000)]
Releasing gst-python 0.10.6
Original commit message from CVS:
Releasing gst-python 0.10.6
Edward Hervey [Mon, 4 Dec 2006 16:41:12 +0000 (16:41 +0000)]
configure.ac: 0.10.5.4 pre-release
Original commit message from CVS:
* configure.ac:
0.10.5.4 pre-release
Edward Hervey [Fri, 1 Dec 2006 17:41:28 +0000 (17:41 +0000)]
gst/: Add implementation of gst.Pad.set_setcaps_function().
Original commit message from CVS:
* gst/common.h:
* gst/gstpad.override:
Add implementation of gst.Pad.set_setcaps_function().
Edward Hervey [Tue, 28 Nov 2006 15:36:50 +0000 (15:36 +0000)]
configure.ac: 0.10.5.3 pre-release
Original commit message from CVS:
* configure.ac:
0.10.5.3 pre-release
Edward Hervey [Wed, 22 Nov 2006 17:31:02 +0000 (17:31 +0000)]
examples/audio-controller.py: Fix example, use proper property name. Doesn't change anything to the way it used to wo...
Original commit message from CVS:
* examples/audio-controller.py:
Fix example, use proper property name. Doesn't change anything to the
way it used to work, but since it's an example it should be done
properly.
Edward Hervey [Wed, 22 Nov 2006 17:20:21 +0000 (17:20 +0000)]
codegen/override.py: Fix the lookup of override files in the specified search directories.
Original commit message from CVS:
* codegen/override.py:
Fix the lookup of override files in the specified search directories.
* gst/Makefile.am:
Don't distribute gstversion.override
Fixup .defs => .c make instructions
All the above fixes the cases where you're building in a directory
different from the source directory.
Christian Schaller [Mon, 20 Nov 2006 11:26:46 +0000 (11:26 +0000)]
Update spec file for latest changes
Original commit message from CVS:
Update spec file for latest changes
Michael Smith [Wed, 15 Nov 2006 14:36:39 +0000 (14:36 +0000)]
gst/extend/discoverer.py: Avoid buffering infinite amounts of decoded data if a decoder is feeding us data without a ...
Original commit message from CVS:
* gst/extend/discoverer.py:
Avoid buffering infinite amounts of decoded data if a decoder is
feeding us data without a duration (or with bad duration values).
Edward Hervey [Tue, 7 Nov 2006 12:24:13 +0000 (12:24 +0000)]
gst/extend/discoverer.py: Make the queue buffer up 1s of data before outputting to the sinks. This should give time f...
Original commit message from CVS:
* gst/extend/discoverer.py: Make the queue buffer up 1s of data before
outputting to the sinks. This should give time for some demuxers like
mpegdemux or fluasfdemux to discover a bit more about the muxed
stream and add the correct pads.
Fixes #371969
Andy Wingo [Tue, 7 Nov 2006 11:47:26 +0000 (11:47 +0000)]
examples/: New tool, runs the discoverer on a file and prints out what we get.
Original commit message from CVS:
2006-11-07 Andy Wingo <wingo@pobox.com>
* examples/Makefile.am (examples_DATA):
* examples/gst-discover: New tool, runs the discoverer on a file
and prints out what we get.
Edward Hervey [Fri, 3 Nov 2006 15:54:47 +0000 (15:54 +0000)]
gst/gst.override: Use a copy of the caps.
Original commit message from CVS:
* gst/gst.override:
Use a copy of the caps.
Edward Hervey [Fri, 20 Oct 2006 11:51:35 +0000 (11:51 +0000)]
configure.ac: 0.10.5.2 pre-release
Original commit message from CVS:
* configure.ac:
0.10.5.2 pre-release
Edward Hervey [Fri, 20 Oct 2006 11:33:01 +0000 (11:33 +0000)]
gst/gst-0.10.10.ignore: Added symbols added in 0.10.10
Original commit message from CVS:
* gst/gst-0.10.10.ignore:
Added symbols added in 0.10.10
* gst/gst-0.10.6.ignore:
gst_dp_packetizer_new() addition
* gst/gst.defs:
Updated API for 0.10.10 symbols
* gst/gstmodule.c: (init_gst):
Added GST_TAG_EXTENDED_COMMENT which appeared in 0.10.10
* gst/libs.defs:
Added gst_dp_packetizer_new() which was added in 0.10.6. It still won't
work because GstDPPacketizer is a pointer. It needs to have a GBoxed
definition in order to be used properly within gst-python.
Also added controller-related additions
Edward Hervey [Fri, 20 Oct 2006 10:41:46 +0000 (10:41 +0000)]
Added ignore files for 0.10.11 gstreamer core
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/gst-0.10.11.ignore:
* gst/gstversion.override.in:
Added ignore files for 0.10.11 gstreamer core
* gst/base.defs:
Updated API for base libs
* gst/gst.defs:
Updated API for core
* gst/gst.override:
remove #ifdef for methods which weren't available in versions of pygtk
we don't support anymore.
* gst/gstbase.override:
Added overrides for GstBaseSink::get_times() virtual method
* gst/gstbin.override:
Added override for GstBin::handle_message() virtual method
Edward Hervey [Fri, 20 Oct 2006 09:51:25 +0000 (09:51 +0000)]
examples/Makefile.am: Remove gst123 and vorbisplay.py from sources, and add decodebin.py
Original commit message from CVS:
* examples/Makefile.am:
Remove gst123 and vorbisplay.py from sources, and add decodebin.py
Edward Hervey [Fri, 20 Oct 2006 09:47:16 +0000 (09:47 +0000)]
examples/: Removed gst123 and vorbisplay examples which weren't working with 0.10, and replaced them with decodebin.py
Original commit message from CVS:
reviewed by: Edward Hervey <edward@fluendo.com>
* examples/decodebin.py:
* examples/gst123:
* examples/vorbisplay.py:
Removed gst123 and vorbisplay examples which weren't working with
0.10, and replaced them with decodebin.py
Closes #362183 and #362202
Edward Hervey [Fri, 20 Oct 2006 09:27:43 +0000 (09:27 +0000)]
examples/: Closes #362290 and #362272
Original commit message from CVS:
* examples/audioconcat.py:
* examples/cp.py:
Port to 0.10 by Jason Gerard DeRose <jderose@jasonderose.org>
Closes #362290 and #362272
* examples/bps.py:
Indentation fixes by Jason Gerard DeRose <jderose@jasonderose.org>
Closes #362011
Also small fix for Usage string
Tim-Philipp Müller [Mon, 16 Oct 2006 14:46:19 +0000 (14:46 +0000)]
gst/gst.defs: Don't use 'interface' as variable name, MingW doesn't like that (fixes #359375).
Original commit message from CVS:
* gst/gst.defs:
Don't use 'interface' as variable name, MingW doesn't like that
(fixes #359375).
Thomas Vander Stichele [Thu, 12 Oct 2006 19:02:41 +0000 (19:02 +0000)]
moap ignore
Original commit message from CVS:
moap ignore
Tim-Philipp Müller [Thu, 5 Oct 2006 18:27:58 +0000 (18:27 +0000)]
gst/pygstiterator.c: Printf format fix.
Original commit message from CVS:
* gst/pygstiterator.c: (pygst_iterator_new):
Printf format fix.
Edward Hervey [Tue, 3 Oct 2006 09:24:11 +0000 (09:24 +0000)]
codegen/argtypes.py: Revert the UInt64Arg modifications from upstream. It forces us to give a PyLong, whereas we can ...
Original commit message from CVS:
* codegen/argtypes.py:
Revert the UInt64Arg modifications from upstream. It forces us to give
a PyLong, whereas we can directly use the 'K' argument parsing for that.
Edward Hervey [Fri, 29 Sep 2006 09:53:11 +0000 (09:53 +0000)]
ltihooks.py: Removed
Original commit message from CVS:
* ltihooks.py:
Removed
* testsuite/common.py:
ltihooks is dead, long live gstltihooks. This should complete thomas'
fix of #357310.
Jan Schmidt [Thu, 28 Sep 2006 10:03:22 +0000 (10:03 +0000)]
gst/Makefile.am: Explicitly export _PyGObject_API from our modules, as it's apparently needed for import. Previously ...
Original commit message from CVS:
* gst/Makefile.am:
Explicitly export _PyGObject_API from our modules, as it's apparently
needed for import. Previously we implicitly relied on a bug in the
core providing --export-dynamic as a link flag.
Thomas Vander Stichele [Sat, 23 Sep 2006 10:43:18 +0000 (10:43 +0000)]
Fix #357310
Original commit message from CVS:
* Makefile.am:
* gst/__init__.py:
* gstltihooks.py:
Fix #357310
Rene Stadler [Fri, 22 Sep 2006 13:21:59 +0000 (13:21 +0000)]
gst/gstlibs.override: Fixes for GstController creation memleak fixes.
Original commit message from CVS:
Patch by: Rene Stadler <mail@renestadler.de>
* gst/gstlibs.override:
Fixes for GstController creation
memleak fixes.
Edward Hervey [Tue, 12 Sep 2006 11:16:08 +0000 (11:16 +0000)]
gst/extend/Makefile.am: Forgot to add 3 previous files to the Makefile so they get installed.
Original commit message from CVS:
* gst/extend/Makefile.am:
Forgot to add 3 previous files to the Makefile so they get
installed.
Edward Hervey [Tue, 12 Sep 2006 11:14:24 +0000 (11:14 +0000)]
gst/extend/: Revival of the jukebox (and leveller) using 0.10 and gnonlin.
Original commit message from CVS:
* gst/extend/jukebox.py:
* gst/extend/leveller.py:
* gst/extend/sources.py:
Revival of the jukebox (and leveller) using 0.10 and gnonlin.
Still needs a bit of love, but functionnal enough.
Edward Hervey [Sun, 10 Sep 2006 08:56:22 +0000 (08:56 +0000)]
Give proper credits to the author of the patch
Original commit message from CVS:
Give proper credits to the author of the patch
Edward Hervey [Sun, 10 Sep 2006 08:53:26 +0000 (08:53 +0000)]
gst/libs.defs: Add definition for GstParamFlags, extension of the GParamFlags.
Original commit message from CVS:
* gst/libs.defs:
Add definition for GstParamFlags, extension of the GParamFlags.
Only contains one flag, gst.PARAM_CONTROLLABLE.
Closes #355150
Edward Hervey [Thu, 31 Aug 2006 14:03:44 +0000 (14:03 +0000)]
gst/gst-0.10.10.ignore: API addition
Original commit message from CVS:
* gst/gst-0.10.10.ignore:
API addition
* gst/gst.defs:
Added new ghostpad functions.
Edward Hervey [Tue, 29 Aug 2006 10:05:40 +0000 (10:05 +0000)]
gst/gst.override: We don't own a reference on the elements contained in the list returned by gst_xml_get_topelements().
Original commit message from CVS:
* gst/gst.override:
We don't own a reference on the elements contained in the list
returned by gst_xml_get_topelements().
Edward Hervey [Tue, 29 Aug 2006 09:23:59 +0000 (09:23 +0000)]
testsuite/test_pad.py: The bug was not a bug. Fixed the typo.
Original commit message from CVS:
* testsuite/test_pad.py:
The bug was not a bug. Fixed the typo.
Thomas Vander Stichele [Tue, 29 Aug 2006 07:43:42 +0000 (07:43 +0000)]
testsuite/test_pad.py: add a test for event probes - shows a bug, for which I commented the failUnless out
Original commit message from CVS:
* testsuite/test_pad.py:
add a test for event probes - shows a bug, for which I commented
the failUnless out
Edward Hervey [Mon, 21 Aug 2006 12:55:37 +0000 (12:55 +0000)]
configure.ac: Whoops, typo error :)
Original commit message from CVS:
* configure.ac:
Whoops, typo error :)
Edward Hervey [Mon, 21 Aug 2006 11:43:01 +0000 (11:43 +0000)]
configure.ac: attempt to fix build.
Original commit message from CVS:
* configure.ac:
attempt to fix build.
Edward Hervey [Mon, 21 Aug 2006 11:31:51 +0000 (11:31 +0000)]
configure.ac: If pygobject is available, only build with it, else try to find pygtk to stay compatible with older ver...
Original commit message from CVS:
* configure.ac:
If pygobject is available, only build with it, else try to find pygtk
to stay compatible with older version.
* gst/Makefile.am:
Switch to pygobject CFLAGS.
* testsuite/Makefile.am:
Switch to pygobject CFLAGS.
Edward Hervey [Tue, 8 Aug 2006 19:21:51 +0000 (19:21 +0000)]
codegen/codegen.py: newer pygobject's pyg_constant_strip_prefix() now return a const gchar * whereas PyModule_AddIntC...
Original commit message from CVS:
* codegen/codegen.py:
newer pygobject's pyg_constant_strip_prefix() now return a const gchar *
whereas PyModule_AddIntConstant() takes a normal gchar*.
Closes #349623
Andy Wingo [Sat, 5 Aug 2006 17:15:52 +0000 (17:15 +0000)]
examples/synchronizer.py: Actually appears to work now, will have to try with guadec videos on Monday.
Original commit message from CVS:
2006-08-05 Andy Wingo <wingo@pobox.com>
* examples/synchronizer.py: Actually appears to work now, will
have to try with guadec videos on Monday.
* examples/remuxer.py (PlayerWindow.create_ui): Disable the
auto-adjusting of cut in and cut out times, it's annoying.
Andy Wingo [Fri, 4 Aug 2006 17:04:27 +0000 (17:04 +0000)]
small updates, still ui only
Original commit message from CVS:
small updates, still ui only
Andy Wingo [Fri, 4 Aug 2006 16:42:15 +0000 (16:42 +0000)]
examples/synchronizer.py: New file, a bit of a hack to remuxer.py, but for resyncing a bad ogg. Only UI at the moment..
Original commit message from CVS:
2006-08-04 Andy Wingo <wingo@pobox.com>
* examples/synchronizer.py: New file, a bit of a hack to
remuxer.py, but for resyncing a bad ogg. Only UI at the moment..