platform/upstream/gstreamer.git
2005-10-18 Andy Wingoexamples/pipeline-tester: Fix for state change changes.
2005-10-18 Andy WingoIs your message repr t00 sma11?
2005-10-18 Andy Wingogst/gstmessage.override (_wrap_gst_message_tp_repr...
2005-10-17 Thomas Vander... add gdb target
2005-10-14 Edward Herveygst/gst.defs: Updated to new API
2005-10-14 Edward Herveygst/gst-types.defs: Added GstDate boxed type
2005-10-14 Edward Herveygst/gst.defs: Update for new API
2005-10-13 Edward Herveygst/Makefile.am: Added pygstexception.h
2005-10-13 Edward Herveygst/: Updated to new API
2005-10-13 Thomas Vander... update a test fix an uninited var
2005-10-13 Edward Herveygst/: Use PyList_SetItem() instead of PyList_Append...
2005-10-13 Edward Herveygst/gstobject.override: Py_VISIT() might make code...
2005-10-13 Edward Herveyexamples/gstfile.py: misc fixes
2005-10-12 Andy Wingoautogen.sh (CONFIGURE_DEF_OPT): Check for automake...
2005-10-12 Andy Wingogst/gst-types.defs: Fix flags wrongly declared as enums.
2005-10-12 Andy Wingogst/gst-extrafuncs.defs (flags, set_flag, unset_flag...
2005-10-12 Andy Wingogst/gst.defs (gst_registry_scan_paths) (gst_element_abo...
2005-10-12 Julien MoutteReordering header inclusion order to fix build on my...
2005-10-12 Thomas Vander... update for new api
2005-10-11 Edward Herveygst/common.h: cleanup
2005-10-09 Thomas Vander... examples/play.py: update to current API and state of...
2005-10-09 Thomas Vander... now we can send events to elements again
2005-10-09 Thomas Vander... gst/: fix for pending state being added to state message
2005-10-07 Andy Wingogst/gstelement.override (_wrap_gst_element_get_state...
2005-10-07 Edward Herveygst/pygstiterator.c: Unref the return value, since...
2005-10-07 Edward Herveygst/pygstminiobject.c: Comments to better track the...
2005-10-07 Thomas Vander... start a message test
2005-10-07 Thomas Vander... add valgrind checking to the testsuite
2005-10-07 Johan Dahlingst/: Even more bored tonight: Implement next/resync...
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
next