- Aug 01, 2007
-
-
Edward Hervey authored
Original commit message from CVS: Releasing 0.10.8
-
- Jul 30, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.7.2 pre-release
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.override: And the dataqueue header only landed in 0.10.11 too.
-
Edward Hervey authored
Original commit message from CVS: * gst/gst-0.10.11.ignore: GstDataQueue was added in gstreamer-0.10.11 * gst/gst-0.10.14.ignore: some GstDataQueue methods were added in 0.10.14
-
- Jul 28, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * gst/base.defs: * gst/gst.defs: * gst/interfaces.defs: * gst/libs.defs: * gst/gst.override: * gst/gstmodule.c: (init_gst): Adding new API additions * gst/gstmessage.override: wrap GstMessage.parse_buffering. * gst/interfaces.override: wrap gst_mixer_message_parse_*() functions. wrap GstVideoOrientation::get_*() methods.
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: * gst/Makefile.am: * gst/gst-0.10.14.ignore: * gst/gst-pb-0.10.14.ignore: * gst/gstversion.override.in: Adding version overrides for new core/base releases.
-
Edward Hervey authored
Original commit message from CVS: * gst/interfaces.override: Add more threadsafety in the overrides.
-
- Jul 27, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * Makefile.am: * configure.ac: * win32/MANIFEST: * win32/common/.cvsignore: * win32/common/config.h.in: Add win32 requirements. Fixes #433375
-
Edward Hervey authored
Original commit message from CVS: reviewed by: Edward Hervey <bilboed@bilboed.com> * gst/gst.defs: Make .get_uri_type() methods return a GstURIType enum instead of an integer. Fixes #436620
-
Edward Hervey authored
gst/extend/discoverer.py: New parameter to the discoverer to change the default maximum frame interleave. Original commit message from CVS: reviewed by: Edward Hervey <bilboed@bilboed.com> * gst/extend/discoverer.py: New parameter to the discoverer to change the default maximum frame interleave. Fixes #418222
-
Edward Hervey authored
Original commit message from CVS: reviewed by: Edward Hervey <bilboed@bilboed.com> * examples/gst-discover: Show duration of audio/video streams. Specify units for values. Fixes #432521
-
- Jul 20, 2007
-
-
Stefan Kost authored
Original commit message from CVS: * gst/gst-disable-loadsave.ignore: Override more when having now xml.
-
- Jul 09, 2007
-
-
Edward Hervey authored
gst/gstelement.override: Override the proxy method for GstElement::request_new_pad virtual methods since it can be ca... Original commit message from CVS: * gst/gstelement.override: Override the proxy method for GstElement::request_new_pad virtual methods since it can be called with NULL as the name. Fixes #454259
-
gst/gstevent.override: Copy the GstStructure given as argument to gst_event_new_custom and gst_event_new_navigation, ... Original commit message from CVS: Patch by: Zaheer Abbas Merali <zaheermerali@gmail.com> * gst/gstevent.override: Copy the GstStructure given as argument to gst_event_new_custom and gst_event_new_navigation, else it would be freed when the python object wrapping that structure goes out of scope. Fixes #450117
-
- Jul 05, 2007
-
-
Original commit message from CVS: Patch by: Rene Stadler <mail@renestadler.de> * gst/arg-types.py: * gst/gst.defs: * gst/gst.override: Handle 'gchar**' (GStrv) arguments in a uniform way. Fixes #385841
-
- Jun 27, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gstbuffer.override: whoapadoooo wabada bada ... nothing here... :) Fixes #451645
-
- Jun 16, 2007
-
-
Edward Hervey authored
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.
-
- Jun 14, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * gst/__init__.py: Cleaner way of checking for existence of symbols in gst module.
-
Jan Schmidt authored
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.
-
- Jun 12, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * gst/__init__.py: Fix API cleanups that cause API breakage. Fixes #446674
-
- Jun 11, 2007
-
-
Jan Schmidt authored
Original commit message from CVS: * gst/gstpad.override: Wrap gst_pad_set_blocked_async in pyg thread unlock/lock.
-
- Jun 08, 2007
-
-
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 authored
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 authored
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.
-
- May 23, 2007
-
-
Edward Hervey authored
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.
-
- Apr 23, 2007
-
-
Stefan Kost authored
Original commit message from CVS: * configure.ac: Add example for the new AG_GST_PARSE_SUBSYSTEM_DISABLE macro.
-
- Apr 19, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gstbin.override: Release the GIL in GstBin overrides.
-
- Apr 13, 2007
-
-
Jan Schmidt authored
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.
-
- Apr 11, 2007
-
-
Jan Schmidt authored
Original commit message from CVS: * gst/gstbase.override: Unroll the GIL state in an error case where it was missing.
-
Jan Schmidt authored
Original commit message from CVS: * gst/gstpad.override: Release the GIL lock while executing queries in GStreamer.
-
- Apr 10, 2007
-
-
Jan Schmidt authored
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 authored
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.
-
- Apr 04, 2007
-
-
Edward Hervey authored
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 authored
Original commit message from CVS: Changelog surgery: Attribute the previous release to Monsieur Hervey
-
Jan Schmidt authored
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.
-
- Mar 25, 2007
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst/interfaces.defs: GstTunerChannel and GstTunerNorm are not GstObjects, only GObjects.
-
- Mar 19, 2007
-
-
Johan Dahlin authored
Original commit message from CVS: * gst/common.h: * gst/gsttaglist.override: Make it compilable on Python 2.4 and Python 2.5
-
- Mar 18, 2007
-
-
Johan Dahlin authored
Original commit message from CVS: * gst/__init__.py: Implement multiplication, divison and float coercing for fractions. * testsuite/test_fraction.py: Add fraction tests
-
- Mar 17, 2007
-
-
Johan Dahlin authored
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.
-
- Mar 02, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * gst/__init__.py: Import libxml2 (if available) at import time with GLOBAL and LAZY flags. Fixes #398567
-