Skip to content
Snippets Groups Projects
  1. Apr 28, 2006
  2. Apr 19, 2006
  3. Apr 13, 2006
  4. Apr 10, 2006
  5. Apr 08, 2006
  6. Apr 07, 2006
  7. Apr 05, 2006
    • Edward Hervey's avatar
      testsuite/test_message.py: GstBus is flushing in NULL, so we need to set the... · 5b30271c
      Edward Hervey authored
      testsuite/test_message.py: GstBus is flushing in NULL, so we need to set the pipeline to READY in order to receive th...
      
      Original commit message from CVS:
      * testsuite/test_message.py:
      GstBus is flushing in NULL, so we need to set the pipeline to READY in
      order to receive the messages in the bus watch.
      5b30271c
    • Andy Wingo Wingo's avatar
      configure.ac (PYGST_MICRO_VERSION): Doc fix. · b3fb726a
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2006-04-05  Andy Wingo  <wingo@pobox.com>
      
      * configure.ac (PYGST_MICRO_VERSION): Doc fix.
      (PYGST_NANO_VERSION): New define.
      
      * gst/__init__.py (version): Add as an alias for get_gst_version.
      Should use the deprecation infrastructure here.
      
      * gst/gst.defs: Add defs for the new wrapped functions.
      
      * gst/gst.override (_wrap_gst_get_pygst_version)
      (_wrap_gst_get_gst_version): New overrides, functions to access
      the gstreamer and pygst versions. The first used to be called
      gst_version(); we ignore gst_version now.
      b3fb726a
    • Andy Wingo Wingo's avatar
      gst/gstpad.override (_wrap_gst_pad_set_blocked_async): PyObject_IsTrue, not PyBool_Check. Grr. · fda4bddb
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2006-04-05  Andy Wingo  <wingo@pobox.com>
      
      * gst/gstpad.override (_wrap_gst_pad_set_blocked_async):
      PyObject_IsTrue, not PyBool_Check. Grr.
      fda4bddb
  8. Apr 04, 2006
  9. Apr 01, 2006
  10. Mar 31, 2006
    • Andy Wingo Wingo's avatar
      examples/remuxer.py: Example GUI for a remuxer, unfinished -- dropping it here... · a94b05ad
      Andy Wingo Wingo authored
      examples/remuxer.py: Example GUI for a remuxer, unfinished -- dropping it here while I hack on it. Based on player.py.
      
      Original commit message from CVS:
      2006-03-31  Andy Wingo  <wingo@pobox.com>
      
      * examples/remuxer.py: Example GUI for a remuxer, unfinished --
      dropping it here while I hack on it. Based on player.py.
      
      * examples/Makefile.am (examples_DATA): Add remuxer.py, reorder
      list.
      a94b05ad
  11. Mar 30, 2006
  12. Mar 24, 2006
    • Edward Hervey's avatar
      configure.ac: Fixes in how we figure out what API to ignore · 183e0f72
      Edward Hervey authored
      Original commit message from CVS:
      * configure.ac:
      Fixes in how we figure out what API to ignore
      * gst/Makefile.am:
      * gst/gst-0.10.5.ignore:
      * gst/gstversion.override.in:
      Added file for handling API additions for gstreamer 0.10.5
      * gst/base.defs:
      * gst/gst.defs:
      New API
      * gst/gstpad.override:
      Overrides for gst.Pad.query_peer_*()
      183e0f72
  13. Mar 21, 2006
  14. Mar 20, 2006
    • Jan Schmidt's avatar
      testsuite/test_ghostpad.py: Add while loop in teardown to wait for the... · 883b41a9
      Jan Schmidt authored
      testsuite/test_ghostpad.py: Add while loop in teardown to wait for the pipeline state to hit NULL. Hopefully this wil...
      
      Original commit message from CVS:
      * testsuite/test_ghostpad.py:
      Add while loop in teardown to wait for the pipeline state
      to hit NULL. Hopefully this will ensure the refcount has always hit 1.
      883b41a9
  15. Mar 14, 2006
    • Edward Hervey's avatar
      configure.ac: Only require GStreamer core >= 0.10.2 · e97416a7
      Edward Hervey authored
      Original commit message from CVS:
      * configure.ac:
      Only require GStreamer core >= 0.10.2
      Detect version of core the bindings are being compiled against and
      write gst/gstversion.override file with eventual API additions that
      should be ignored.
      * gst/Makefile.am:
      * gst/base.defs:
      Added gst_base_sync_[set|get]_[sync|max_lateness]() and
      gst_type_find_helper_get_range() definitions
      * gst/gst-0.10.3.ignore:
      API added in gstreamer core 0.10.3
      * gst/gst-0.10.4.ignore:
      API added in gstreamer core 0.10.4
      * gst/gst.override:
      Include gstversion.override.
      * gst/gstversion.override.in:
      Magic file for API additions to ignore.
      e97416a7
    • Edward Hervey's avatar
      codegen/: New --extendpath option for codegenerator so we can add extra path... · 53e67e61
      Edward Hervey authored
      codegen/: New --extendpath option for codegenerator so we can add extra path to search for included override files.
      
      Original commit message from CVS:
      * codegen/codegen.py:
      * codegen/override.py:
      New --extendpath option for codegenerator so we can add
      extra path to search for included override files.
      53e67e61
  16. Mar 13, 2006
    • Edward Hervey's avatar
      gst/: Added base elements override file. · 282abc30
      Edward Hervey authored
      Original commit message from CVS:
      * gst/Makefile.am:
      * gst/gst.override:
      * gst/gstbase.override:
      Added base elements override file.
      * gst/gstpad.override:
      Added override for gst_pad_alloc_buffer_and_set_caps
      282abc30
  17. Mar 10, 2006
  18. Mar 07, 2006
  19. Mar 06, 2006
  20. Mar 02, 2006
  21. Feb 28, 2006
Loading