platform/upstream/gstreamer.git
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...
2005-08-10 Edward Herveygst/gstmodule.c: changed debug category name from ...
2005-08-10 Edward Herveygst/gst.override: gchar is way smaller than an int...
2005-08-10 Edward Herveygst/gst.override: printf("urlencoded%20space") != print...
2005-08-09 Edward Herveygst/gstpad.override: Long != LongLong ....
2005-08-08 Edward Herveycodegen/: Updates from pygtk's codegen and typo fix
2005-08-04 Edward Herveygst/: We now have debugging in gst-python ;) gst.[log...
2005-08-03 Edward Herveybindings now wrap the gstreamer extra libs (adapter...
2005-08-03 Thomas Vander... file gst-pygtk-2.6.2.defs was initially added on branch...
2005-08-03 Andy Wingogst/gstmessage.override (_wrap_gst_message_parse_error...
2005-08-03 Andy Wingoexamples/pipeline-tester: Commit some updates I had.
2005-08-03 Thomas Vander... file test_error.py was initially added on branch BRANCH...
2005-08-01 Edward HerveyRemove old documentation system
2005-08-01 Edward Herveybye bye docs
2005-07-25 Edward Herveygst/gst-types.defs: Added GhostPad type
2005-07-23 Edward HerveyIt seems that, somewhere along the way, I forgot to...
2005-07-21 Edward Herveygst/gstmessage.override: wrapped gst_message_parse_segm...
2005-07-21 Edward Herveygst/gst.defs: I'm bored with writing "Updating defs...
2005-07-20 Edward Herveygst/pygstvalue.c: FixedList -> Array
2005-07-18 Edward Herveygst/gstpad.override: misc fixes for change in gst_pad_g...
2005-07-18 Edward Herveygst/gstpad.override: misc fixes for change in gst_pad_g...
2005-07-18 Edward Herveygst/gst.defs: Updating defs file even more :)
2005-07-18 Edward Herveygst/gst.defs: Updating defs file
2005-07-14 Andy Wingomore pipes, some that work and some that are special
next