- Mar 21, 2006
-
-
Jan Schmidt authored
Original commit message from CVS: === release 0.10.3 === 2006-03-21 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..."
-
Jan Schmidt authored
Original commit message from CVS: * testsuite/test_ghostpad.py: * testsuite/test_pad.py: Another attempt at making the tests deterministic on the buildbots
-
Jan Schmidt authored
Original commit message from CVS: 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: pre-release 0.10.2.2
-
- Mar 20, 2006
-
-
Jan Schmidt authored
testsuite/test_ghostpad.py: Add while loop in teardown to wait for the pipeline state to hit NULL. Hopefully this wil... Original commit message from CVS: * testsuite/test_ghostpad.py: Add while loop in teardown to wait for the pipeline state to hit NULL. Hopefully this will ensure the refcount has always hit 1.
-
- Mar 14, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: Only require GStreamer core >= 0.10.2 Detect version of core the bindings are being compiled against and write gst/gstversion.override file with eventual API additions that should be ignored. * gst/Makefile.am: * gst/base.defs: Added gst_base_sync_[set|get]_[sync|max_lateness]() and gst_type_find_helper_get_range() definitions * gst/gst-0.10.3.ignore: API added in gstreamer core 0.10.3 * gst/gst-0.10.4.ignore: API added in gstreamer core 0.10.4 * gst/gst.override: Include gstversion.override. * gst/gstversion.override.in: Magic file for API additions to ignore.
-
Edward Hervey authored
codegen/: New --extendpath option for codegenerator so we can add extra path to search for included override files. Original commit message from CVS: * codegen/codegen.py: * codegen/override.py: New --extendpath option for codegenerator so we can add extra path to search for included override files.
-
- Mar 13, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/Makefile.am: * gst/gst.override: * gst/gstbase.override: Added base elements override file. * gst/gstpad.override: Added override for gst_pad_alloc_buffer_and_set_caps
-
- Mar 10, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.override: Commited a bit too much :)
-
Edward Hervey authored
Original commit message from CVS: * gst/base.defs: typo fix for gst_type_find_helper() Added new API : gst_type_find_helper_for_buffer() * gst/gst.override: override for gst.type_find_helper_for_buffer()
-
Edward Hervey authored
Original commit message from CVS: * gst/gst-types.defs: * gst/gst.defs: Added new API: gst_pipeline_[get|set]_auto_flush_bus() gst_uri_has_protocol() GST_RESOURCE_ERROR_NO_SPACE_LEFT
-
- Mar 07, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/arg-types.py: Add ReturnType and Parameter for GstCaps. This allows the codegenerator to wrap properly more virtual proxies.
-
Edward Hervey authored
Original commit message from CVS: * gst/base.defs: Update for new check_get_range virtual method in GstBaseSrc
-
- Mar 06, 2006
-
-
Michael Smith authored
Original commit message from CVS: * gst/gststructure.override: * gst/gsttaglist.override: Don't leak PyObjects wrapping GValues when indexing into a GStStructure. Also fix a copy/paste identical bug in taglists.
-
- Mar 02, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/pygstminiobject.h: Some crack distributions do weirdo stuff with PYGIL_API_IS_BUGGY. Let's keep our own detection. Closes #333055
-
- Feb 28, 2006
-
-
Jan Schmidt authored
Original commit message from CVS: * pygst.py.in: Fix a silly logic inversion typo
-
- Feb 27, 2006
-
-
Edward Hervey authored
pygst.py.in: use 'raise StandardError' instead of 'assert' so that compiled code raise a noticeable exception. Original commit message from CVS: * pygst.py.in: use 'raise StandardError' instead of 'assert' so that compiled code raise a noticeable exception. Closes #332586
-
- Feb 22, 2006
-
-
Edward Hervey authored
gst/gstmodule.c: gst.gst_version uses the result of gst_version() rather than use the GST_VERSION_* hardcoded values. Original commit message from CVS: reviewed by: Edward Hervey <edward@fluendo.com> * gst/gstmodule.c: (init_gst): gst.gst_version uses the result of gst_version() rather than use the GST_VERSION_* hardcoded values. Closes #331616
-
- Feb 20, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * examples/vumeter.py: In fact it wasn't an application message, but an element message :)
-
Zaheer Abbas Merali authored
Original commit message from CVS: fix vumeter example
-
- Feb 17, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.defs: * gst/gstquery.override: Updated and properly wrapped new GstQuery formats API.
-
- Feb 10, 2006
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2006-02-10 Andy Wingo <wingo@pobox.com> * gst/gst.defs (disable_sync_message_emission) (enable_sync_message_emission): Wrap new functions from GStreamer CVS. * configure.ac (GST_REQ): Require GStreamer 0.10.3.1. * examples/play.py: A bit of refactoring. Make use of the sync-message signals. Reacts to events on the bus. Keeps aspect ratio. Better scrubbing, play/pause button instead of play+pause+stop. Not a bad player now, although the code still lacks cleanliness.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2006-02-10 Andy Wingo <wingo@pobox.com> * examples/play.py (GstPlayer.query_position) (PlayerWindow.update_scale_cb): Only return position, duration from query_position -- fixes a bugaboo. (main): Add some input validation. * examples/pipeline-tester (data): Add a pipeline to test software scaling.
-
- Feb 07, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.override: * gst/gstmodule.c: (python_do_pending_calls): Remove deprecated code dating back from 0.8 era.
-
- Feb 06, 2006
-
-
Andy Wingo Wingo authored
codegen/argtypes.py (UInt64Arg.write_param): Parse long arguments using ParseTuple and friends; allows ints to passed... Original commit message from CVS: 2006-02-06 Andy Wingo <wingo@pobox.com> * codegen/argtypes.py (UInt64Arg.write_param): Parse long arguments using ParseTuple and friends; allows ints to passed for longs as a side benefit.
-
- Feb 02, 2006
-
-
Edward Hervey authored
gst/gst.override: (gst.TIME_ARGS) return "CLOCK_TIME_NONE" for invalid times instead of outputing gibberish value. Original commit message from CVS: * gst/gst.override: (gst.TIME_ARGS) return "CLOCK_TIME_NONE" for invalid times instead of outputing gibberish value.
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.defs: Update for current GStreamer core API
-
- Feb 01, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * testsuite/test_event.py: Properly use tempfile
-
Edward Hervey authored
gst/gst.defs: When using gst.Element.send_event() and gst.Pad.send_event() we keep a refcount on the sent event. Original commit message from CVS: * gst/gst.defs: When using gst.Element.send_event() and gst.Pad.send_event() we keep a refcount on the sent event. * testsuite/test_event.py: Uncomment test to prove above fix
-
Thomas Vander Stichele authored
testsuite/test_event.py: add a test case for autoplugging behaviour: create a source, connect probes, store new-segme... Original commit message from CVS: * testsuite/test_event.py: add a test case for autoplugging behaviour: create a source, connect probes, store new-segment event, add element in buffer probe callback, and forward event Currently fails due to refcounting on the stored new-segment event
-
Thomas Vander Stichele authored
Original commit message from CVS: 2006-02-01 Thomas Vander Stichele <thomas at apestaart dot org> * testsuite/test_element.py: add another link test
-
- Jan 30, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: * gst/Makefile.am: Link against Gst Data protocol libraries. * gst/__init__.py: Restore dlopenflags after importing gst. Closes #329110
-
- Jan 25, 2006
-
-
Christian Schaller authored
Original commit message from CVS: update spec file
-
- Jan 16, 2006
-
-
Thomas Vander Stichele authored
Original commit message from CVS: back to head
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing 0.10.2
-
- Jan 14, 2006
-
-
Thomas Vander Stichele authored
Original commit message from CVS: prerelease
-
- Jan 13, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gstlibs.override: GstController : don't use values that are now in non-public API.
-
- Jan 09, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/base.defs: Revert guint8* to gchar* modifications for the adapter * gst/gst.defs: Cleanups and API additions
-
- Jan 08, 2006
-
-
Edward Hervey authored
gst/gststructure.override: Properly check for gstvalue data types. This makes it possible to set fields with fractions. Original commit message from CVS: * gst/gststructure.override: (_wrap_gst_structure_set_value): Properly check for gstvalue data types. This makes it possible to set fields with fractions. * testsuite/test_caps.py: * testsuite/test_struct.py: Test for above modifications
-
- Jan 05, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/base.defs: Use gchar* instead of guint8* for GstAdapter Added virtual methods definitions for base classes. Still have to override some functions, and figure out how to properly add reverse wrappers to the codegenerator.
-
- Jan 01, 2006
-
-
Edward Hervey authored
Original commit message from CVS: First step at wrapping base elements in gst-python * configure.ac: Commenting out weird debugging statement dating from gst-python's and which causes problems with gstbasesrc.h anonymous union. * gst/Makefile.am: Added base.defs * gst/base.defs: New base elements definition files * gst/gst.defs: * gst/gst.override: Add base elements
-