- Jan 31, 2007
-
-
Edward Hervey authored
Original commit message from CVS: Releasing 0.10.7
-
- Jan 29, 2007
-
-
Edward Hervey authored
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 authored
Original commit message from CVS: ChangeLog surgery : Indicate which bug last ocmmit fixed. ----------------------------------------------------------------------
-
Edward Hervey authored
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.
-
- Jan 26, 2007
-
-
Edward Hervey authored
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.
-
- Jan 17, 2007
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * examples/mixer.py: * gst/interfaces.override: wrap mixer set_volume, use tuple to match get_volume
-
Thomas Vander Stichele authored
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 authored
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 authored
Original commit message from CVS: add pb ignore file
-
Thomas Vander Stichele authored
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 authored
Original commit message from CVS: * gst/extend/discoverer.py: this is a module, not a program, so don't require versions
-
Thomas Vander Stichele authored
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
-
- Jan 11, 2007
-
-
Edward Hervey authored
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.
-
- Jan 10, 2007
-
-
Edward Hervey authored
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.
-
- Jan 05, 2007
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/extend/discoverer.py: No shebang line needed since there is no main code.
-
- Dec 19, 2006
-
-
Edward Hervey authored
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.
-
- Dec 16, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * testsuite/test_pad.py: Activate pads before using them.
-
Edward Hervey authored
Original commit message from CVS: * RELEASE: Commit 0.10.6 RELEASE file. Better late than never :(
-
Edward Hervey authored
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.
-
- Dec 15, 2006
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * Makefile.am: * gst-python.doap: * gst-python.spec.in: add doap file
-
- Dec 11, 2006
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst/interfaces.defs: GstColorBalanceChannel is a GObject, not a GstObject. Fixes #383805.
-
- Dec 04, 2006
-
-
Edward Hervey authored
Original commit message from CVS: changelog surgery, remove the conflict that has been there for 7 month
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: Back to development cycle
-
Edward Hervey authored
Original commit message from CVS: Releasing gst-python 0.10.6
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.5.4 pre-release
-
- Dec 01, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/common.h: * gst/gstpad.override: Add implementation of gst.Pad.set_setcaps_function().
-
- Nov 28, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.5.3 pre-release
-
- Nov 22, 2006
-
-
Edward Hervey authored
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 authored
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.
-
- Nov 20, 2006
-
-
Christian Schaller authored
Original commit message from CVS: Update spec file for latest changes
-
- Nov 15, 2006
-
-
Michael Smith authored
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).
-
- Nov 07, 2006
-
-
Edward Hervey authored
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 Wingo authored
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.
-
- Nov 03, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.override: Use a copy of the caps.
-
- Oct 20, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.5.2 pre-release
-
Edward Hervey authored
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 authored
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 authored
Original commit message from CVS: * examples/Makefile.am: Remove gst123 and vorbisplay.py from sources, and add decodebin.py
-
Edward Hervey authored
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 authored
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
-