platform/upstream/gstreamer.git
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
2005-09-02 Thomas Vander... this should be the final nail
2005-09-02 Thomas Vander... fix a small bug in the pygst.py install rule; add an...
2005-09-02 Thomas Vander... fix distcheck even harder
2005-09-02 Thomas Vander... fix distcheck
2005-09-01 Thomas Vander... make gst.event_new_* available
2005-09-01 Thomas Vander... add an example of a bin that overrides the change_state...
2005-09-01 Thomas Vander... 55 working tests now; some disabled
2005-09-01 Thomas Vander... add a .data to buffers; it feels more natural to me...
2005-09-01 Thomas Vander... fix a race condition in test_buffer.py
2005-09-01 Andy Wingoexamples/Makefile.am (examples_DATA): Dist fixer.
2005-09-01 Thomas Vander... don't import ltihooks twice
2005-09-01 Thomas Vander... fix headers on tests
2005-08-31 Thomas Vander... gst/__init__.py: del ltihooks properly; fixes loading...
2005-08-19 Andy Wingogst/interfaces.defs (MixerTrack): MixerTrack is a GObje...
2005-08-19 Andy Wingogst/interfaces.override (_wrap_gst_tuner_list_channels...
2005-08-18 Andy Wingoexamples/debug-slider.py: New file.
2005-08-17 Andy Wingogst/gst.defs (watch_for_state_change): Added wrapper...
2005-08-16 Andy Wingowhoops
2005-08-16 Andy Wingo/tmp/cvs3vKuoV
2005-08-11 Edward Herveygst/gst.override: Only display the filename and not...
next