platform/upstream/gstreamer.git
2005-10-07 Johan DahlinAdd GstIterator wrapping and tests.
2005-10-06 Christian Schallerfix up some weird stuff that crept in and also some...
2005-10-06 Christian Schallerfix requires
2005-10-06 Christian Schallerupdate spec I know
2005-10-06 Edward Herveymemleak fixes. Thanks valgrind :)
2005-10-06 Edward Herveygst-python.spec.in: Wow, that file hasn't been updated...
2005-10-06 Edward Herveygst-python.spec.in: Update dependency for pygtk>= 2...
2005-10-06 Edward Herveygst/gstcaps.override: new caps should be freed on deall...
2005-10-06 Thomas Vander... gst/gstcaps.override: some more debugging
2005-10-06 Edward Herveygst/gstbuffer.override: Proper wrapping of the GstBuffe...
2005-10-06 Thomas Vander... configure.ac: need at least 2.6.3, because that contain...
2005-10-06 Edward Herveygst/pygstminiobject.c: Dooh, PyGstMiniObject doesn...
2005-10-06 Thomas Vander... snakes are green
2005-10-06 Thomas Vander... all you racist colour haters should go work on another...
2005-10-06 Thomas Vander... but use python: category for debugging from python...
2005-10-06 Thomas Vander... use correct category
2005-10-06 Thomas Vander... testsuite/test_ghostpad.py: add handoff to count receiv...
2005-10-06 Thomas Vander... reproduce how did we get here problem with a minimal...
2005-10-05 Thomas Vander... gst/gst.override: accurate line numbers for logging
2005-10-05 Thomas Vander... testsuite/: add new testsuite for ghost pad behaviour
2005-10-05 Thomas Vander... gst/gst.defs: gst.Bin constructor can take no arguments
2005-10-05 Thomas Vander... add gst.Caps.__refcount__
2005-10-05 Thomas Vander... testsuite/test_pad.py: add a test that shows we can...
2005-10-05 Thomas Vander... gst/gstobject.override: don't try and unref objects...
2005-10-05 Thomas Vander... codegen/argtypes.py: act on the mini object properly...
2005-10-05 Thomas Vander... gst/gstbuffer.override: a buffer is not a boxed
2005-10-05 Thomas Vander... allow calling runtests on one test only
2005-10-05 Edward HerveyAdded 'keeprefcount' argument for function/method param...
2005-10-05 Thomas Vander... make sure we use the debug category
2005-10-05 Thomas Vander... some more traversal logging
2005-10-05 Thomas Vander... remove print
2005-10-05 Thomas Vander... gst/__init__.py: only pygtk.require if pygtk wasn't...
2005-10-05 Thomas Vander... gst/__init__.py: don't import gobject revert ltihooks...
2005-10-04 Thomas Vander... move over some of the extend stuff that I want to use...
2005-10-04 Edward Herveycodegen/codegen.py: Added pyg_[begin|end]_allow_threads...
2005-10-04 Thomas Vander... add Makefile.am
2005-10-04 Thomas Vander... fix version numbers
2005-10-03 Thomas Vander... back to head
2005-10-03 Thomas Vander... release time
2005-10-02 Johan Dahlingst/gst.defs: Remove gst_element_*_preroll functions...
2005-09-30 Edward Herveygst/gstpad.override: Removed overriding of gst_caps_get...
2005-09-30 Thomas Vander... gst/: deprecate add_many/remove_many, fold into add...
2005-09-30 Thomas Vander... another fix for going to NULL before disposing
2005-09-30 Thomas Vander... disable the gc verification for the bus test; _async...
2005-09-30 Johan Dahlingst/gstelement.override (_wrap_gst_element_get_state...
2005-09-29 Andy Wingoexamples/: Updates for bus API.
2005-09-29 Edward Herveygst/gst.defs: Definitions update
2005-09-29 Edward Herveygst/: Proper wrapping of GstController
2005-09-29 Edward Herveyexamples/gstfile.py: Update gstfile example so that...
2005-09-29 Edward HerveyUpdated definitions, wrapper and testsuite for changes...
2005-09-29 Edward Herveygst/gst.defs: Updated definitions
2005-09-29 Johan DahlinDisable for the sake of buildbot and passing tests
2005-09-29 Johan Dahlingst/gstelement.override (_wrap_gst_element_get_state...
2005-09-29 Johan DahlinCheck if ltihooks is present before trying to delete it
2005-09-28 Edward Herveygst/: Updated definitions
2005-09-28 Thomas Vander... testsuite/common.py: provide a default setUp/tearDown
2005-09-28 Edward Herveygst/: Remove dead code
2005-09-28 Edward Herveygst/: Let's split up gst.override,
2005-09-28 Thomas Vander... gst/gst.defs: parse_launch also owns the return ref
2005-09-28 Thomas Vander... testsuite/common.py: add a common.TestCase class that...
2005-09-28 Thomas Vander... gst/: add/move some code to handle wrapping/refcounting...
2005-09-28 Edward Herveycodegen/argtypes.py: Proper handling of 'caller-owns...
2005-09-28 Thomas Vander... gst/gstpad.override: don't leak the parent when repr...
2005-09-28 Thomas Vander... debugging and error improvement
2005-09-28 Thomas Vander... gst/__init__.py: require pygtk 2.0 when importing gst...
2005-09-27 Thomas Vander... don't override project policy
2005-09-26 Thomas Vander... update for API changes
2005-09-24 Thomas Vander... tweak
2005-09-24 Thomas Vander... further cleanup, get the tick marks pixel perfect
2005-09-23 Thomas Vander... examples/fvumeter.py: condense code by using table...
2005-09-23 Thomas Vander... gst/gst.*: add another registry method
2005-09-22 Jan Schmidtgst/gstbuffer.override: Revert Buffer.caps change,...
2005-09-22 Jan Schmidtgst/gstbuffer.override: Increment the refcount when...
2005-09-21 Andy Wingotestsuite/test_pad.py (PadProbeTest.testRemovingProbe...
2005-09-21 Andy Wingogst/gst.defs: Update for probe removal api gst/gstpad...
2005-09-20 Thomas Vander... add a .keys() method to gst.Structure, plus test
2005-09-19 Thomas Vander... fix up for new bus API
2005-09-18 Thomas Vander... add empty check-valgrind target
2005-09-18 Thomas Vander... update for new plugin API
2005-09-18 Thomas Vander... commit intermediate wrapper updates
2005-09-16 Andy Wingogst/gst.defs (registry_get_default): Renamed from gst_r...
2005-09-16 Thomas Vander... remove function
2005-09-15 Andy Wingogst/: Update for registry/plugin/pluginfeature API...
2005-09-13 Thomas Vander... fix wrong decrefs
2005-09-13 Thomas Vander... whitespace cleanups
2005-09-12 Thomas Vander... wrap state_change_async and show that it works
2005-09-12 Thomas Vander... examples/vumeter.py: update for property name change
2005-09-12 Andy Wingotestsuite/test_element.py (ElementName.testElementState...
2005-09-09 Thomas Vander... fix for header changes
2005-09-08 Thomas Vander... fix other tests as well
2005-09-08 Thomas Vander... wrap gst.Element.get_state, returning a tuple add tests...
2005-09-08 Thomas Vander... add debug methods to gst.Object
2005-09-08 Thomas Vander... gst/gst.defs: add gst.ghost_pad_new_notarget
2005-09-05 Andy Wingoexamples/pipeline-tester: Update pipelines. The fixed...
2005-09-05 Edward Herveyexamples/pipeline-tester: New API: STATE_SUCCESS -...
2005-09-03 Thomas Vander... wrap gst.Plugin.get_source
2005-09-03 Thomas Vander... don't mangle plugin.get_version() to a tuple of int...
2005-09-02 Thomas Vander... fix state change test
2005-09-02 Andy Wingogst/: Update for core changes.
2005-09-02 Thomas Vander... are you looking at me
next