platform/upstream/gstreamer.git
2006-04-07 Andy Wingoexamples/remuxer.py: Code dump, work in progress...
2006-04-07 Edward Herveytestsuite/test_ghostpad.py: more assertions to figure...
2006-04-07 Andy Wingogst/arg-types.py (GstCapsArg.beforenull): py_caps can...
2006-04-07 Edward HerveyMakefile.am: make check-valgrind calls make valgrind...
2006-04-07 Andy Wingogst/gstelement.override (_wrap_gst_element_link): Allow...
2006-04-07 Andy Wingogst/gst.defs (element_make_from_uri): Element name...
2006-04-05 Edward Herveytestsuite/test_message.py: GstBus is flushing in NULL...
2006-04-05 Andy Wingoconfigure.ac (PYGST_MICRO_VERSION): Doc fix.
2006-04-05 Andy Wingogst/gstpad.override (_wrap_gst_pad_set_blocked_async...
2006-04-04 Edward Herveygst/gst.defs: gst_element_post_message: Adding keep...
2006-04-01 Thomas Vander... fix makefile
2006-04-01 Thomas Vander... configure.ac: use AS_VERSION and AS_NANO
2006-03-31 Andy Wingoexamples/remuxer.py: Example GUI for a remuxer, unfinis...
2006-03-30 David I. Lehnconfigure.ac: Better empty string test fix for "Fixes...
2006-03-24 Edward Herveyconfigure.ac: Fixes in how we figure out what API to...
2006-03-21 Jan SchmidtBump nano back to CVS
2006-03-21 Jan Schmidtconfigure.ac: releasing 0.10.3, "Maybe not today. Maybe...
2006-03-21 Jan Schmidttestsuite/: Another attempt at making the tests determi...
2006-03-21 Jan Schmidtconfigure.ac: pre-release 0.10.2.2
2006-03-20 Jan Schmidttestsuite/test_ghostpad.py: Add while loop in teardown...
2006-03-14 Edward Herveyconfigure.ac: Only require GStreamer core >= 0.10.2
2006-03-14 Edward Herveycodegen/: New --extendpath option for codegenerator...
2006-03-13 Edward Herveygst/: Added base elements override file.
2006-03-10 Edward Herveygst/gst.override: Commited a bit too much :)
2006-03-10 Edward Herveygst/base.defs: typo fix for gst_type_find_helper()
2006-03-10 Edward Herveygst/: Added new API: gst_pipeline_[get|set]_auto_flush_...
2006-03-07 Edward Herveygst/arg-types.py: Add ReturnType and Parameter for...
2006-03-07 Edward Herveygst/base.defs: Update for new check_get_range virtual...
2006-03-06 Michael Smithgst/: Don't leak PyObjects wrapping GValues when indexi...
2006-03-02 Edward Herveygst/pygstminiobject.h: Some crack distributions do...
2006-02-28 Jan Schmidtpygst.py.in: Fix a silly logic inversion typo
2006-02-27 Edward Herveypygst.py.in: use 'raise StandardError' instead of ...
2006-02-22 Edward Herveygst/gstmodule.c: gst.gst_version uses the result of...
2006-02-20 Edward Herveyexamples/vumeter.py: In fact it wasn't an application...
2006-02-20 Zaheer Abbas... fix vumeter example
2006-02-17 Edward Herveygst/: Updated and properly wrapped new GstQuery formats...
2006-02-10 Andy Wingogst/gst.defs (disable_sync_message_emission)
2006-02-10 Andy Wingoexamples/play.py (GstPlayer.query_position)
2006-02-07 Edward Herveygst/: Remove deprecated code dating back from 0.8 era.
2006-02-06 Andy Wingocodegen/argtypes.py (UInt64Arg.write_param): Parse...
2006-02-02 Edward Herveygst/gst.override: (gst.TIME_ARGS) return "CLOCK_TIME_NO...
2006-02-02 Edward Herveygst/gst.defs: Update for current GStreamer core API
2006-02-01 Edward Herveytestsuite/test_event.py: Properly use tempfile
2006-02-01 Edward Herveygst/gst.defs: When using gst.Element.send_event() and...
2006-02-01 Thomas Vander... testsuite/test_event.py: add a test case for autopluggi...
2006-02-01 Thomas Vander... testsuite/test_element.py: add another link test
2006-01-30 Edward HerveyLink against Gst Data protocol libraries.
2006-01-25 Christian Schallerupdate spec file
2006-01-16 Thomas Vander... back to head
2006-01-16 Thomas Vander... releasing 0.10.2
2006-01-14 Thomas Vander... prerelease
2006-01-13 Edward Herveygst/gstlibs.override: GstController : don't use values...
2006-01-09 Edward Herveygst/base.defs: Revert guint8* to gchar* modifications...
2006-01-08 Edward Herveygst/gststructure.override: Properly check for gstvalue...
2006-01-05 Edward Herveygst/base.defs: Use gchar* instead of guint8* for GstAdapter
2006-01-01 Edward HerveyFirst step at wrapping base elements in gst-python
2005-12-23 Thomas Vander... back to HEAD
2005-12-23 Thomas Vander... releasing 0.10.1
2005-12-22 Thomas Vander... duh, typo
2005-12-22 Thomas Vander... install in pyexecdir as well
2005-12-22 Thomas Vander... pygst.py.in: give the correct error when not finding...
2005-12-20 Thomas Vander... prereleasing
2005-12-20 Edward Herveygst/gst-types.defs: Added GstStaticCaps and GstStaticPa...
2005-12-19 Martin Sotogst/gstbus.override (_wrap_gst_bus_add_watch): This...
2005-12-19 Edward Herveygst/gst.override: ignore gst_object_sink
2005-12-19 Edward Herveygst/: Properly wrap the gst_dp_* functions (cast gchar...
2005-12-18 Edward Herveygst/gst.override: ignore gst_plugin_get_module, GModule...
2005-12-18 Edward Herveygst/gst.defs: gst_object_sink is a method of GstObject...
2005-12-16 Andy Wingogst/gstpad.override (handle_event_function_exception)
2005-12-14 Thomas Vander... Follow pygtk's lead in installing pygst.py and .pth...
2005-12-12 Edward Herveyexamples/gstfile.py: Moved the Discoverer class to...
2005-12-09 Edward Herveygst/arg-types.py: This covers for the codegenerator...
2005-12-09 Edward Herveygst/arg-types.py: Added (reverse_)wrapper for GBoxed...
2005-12-07 Edward Herveygst/gstmessage.override: Fix for memleak
2005-12-05 Thomas Vander... back to HEAD
2005-12-05 Thomas Vander... releasing 0.10.0
2005-12-05 Edward Herveygst/gst.defs: Wrapped last pre-0.10 API update (I hope...)
2005-12-05 Edward Herveyexamples/gstfile.py: Fix for fractional framerates.
2005-12-05 Andy Wingotestsuite/test_registry.py (RegistryTest.testPluginList...
2005-12-01 Thomas Vander... back to HEAD
2005-12-01 Thomas Vander... releasing 0.9.7
2005-12-01 Andy Wingoconfigure.ac (GST_PLUGINS_BASE_LIBS): Check for gstream...
2005-11-30 Edward Herveygst-interfaces-0.9.pc is no more, update to new use
2005-11-30 Edward Herveygst/: Queue is now a plugin, remove static references
2005-11-29 Edward Herveygst/gst.defs: Update for API changes
2005-11-24 Edward Herveygst/gst.override: Ignore all *_full functions/methods
2005-11-23 Thomas Vander... add a torture target
2005-11-23 Thomas Vander... back to HEAD
2005-11-23 Thomas Vander... releasing 0.9.6
2005-11-23 Edward Herveygst/: And more API updated, pom po do pom pom pom....
2005-11-23 Edward Herveygst/interfaces.defs: Update for Interfaces API changes
2005-11-23 Edward Herveygst/: API updates
2005-11-22 Edward Herveygst/: Added FractionRange type
2005-11-22 Andy Wingogst/: Run update-funcnames.
2005-11-22 Edward Herveygst/xoverlay.defs: Update for API changes in XOverlay...
2005-11-21 Thomas Vander... Add an example for the cutter element
2005-11-21 Thomas Vander... closure visiting should be LOG
2005-11-21 Edward Herveygst/gst-types.defs: GstSegment is properly wrapped
2005-11-21 Edward Herveygst/gst.override: Take either int or longs and return...
2005-11-21 Edward Herveyexamples/gstfile.py: Cleanup
next