Skip to content
Snippets Groups Projects
  1. Mar 21, 2006
  2. 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
  3. 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
  4. 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
  5. Mar 10, 2006
  6. Mar 07, 2006
  7. Mar 06, 2006
  8. Mar 02, 2006
  9. Feb 28, 2006
  10. Feb 27, 2006
  11. Feb 22, 2006
    • Edward Hervey's avatar
      gst/gstmodule.c: gst.gst_version uses the result of gst_version() rather than... · 37e88dd9
      Edward Hervey authored
      gst/gstmodule.c: gst.gst_version uses the result of gst_version() rather than use the GST_VERSION_* hardcoded values.
      
      Original commit message from CVS:
      reviewed by: Edward Hervey  <edward@fluendo.com>
      * gst/gstmodule.c: (init_gst):
      gst.gst_version uses the result of gst_version() rather than use
      the GST_VERSION_* hardcoded values.
      Closes #331616
      37e88dd9
  12. Feb 20, 2006
  13. Feb 17, 2006
  14. Feb 10, 2006
    • Andy Wingo Wingo's avatar
      gst/gst.defs (disable_sync_message_emission) · e8df8fe7
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2006-02-10  Andy Wingo  <wingo@pobox.com>
      
      * gst/gst.defs (disable_sync_message_emission)
      (enable_sync_message_emission): Wrap new functions from GStreamer
      CVS.
      
      * configure.ac (GST_REQ): Require GStreamer 0.10.3.1.
      
      * examples/play.py: A bit of refactoring. Make use of the
      sync-message signals. Reacts to events on the bus. Keeps aspect
      ratio. Better scrubbing, play/pause button instead of
      play+pause+stop. Not a bad player now, although the code still
      lacks cleanliness.
      e8df8fe7
    • Andy Wingo Wingo's avatar
      examples/play.py (GstPlayer.query_position) · 44a2c63f
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2006-02-10  Andy Wingo  <wingo@pobox.com>
      
      * examples/play.py (GstPlayer.query_position)
      (PlayerWindow.update_scale_cb): Only return position, duration
      from query_position -- fixes a bugaboo.
      (main): Add some input validation.
      
      * examples/pipeline-tester (data): Add a pipeline to test software
      scaling.
      44a2c63f
  15. Feb 07, 2006
  16. Feb 06, 2006
    • Andy Wingo Wingo's avatar
      codegen/argtypes.py (UInt64Arg.write_param): Parse long arguments using... · fd727fd9
      Andy Wingo Wingo authored
      codegen/argtypes.py (UInt64Arg.write_param): Parse long arguments using ParseTuple and friends; allows ints to passed...
      
      Original commit message from CVS:
      2006-02-06  Andy Wingo  <wingo@pobox.com>
      
      * codegen/argtypes.py (UInt64Arg.write_param): Parse long
      arguments using ParseTuple and friends; allows ints to passed for
      longs as a side benefit.
      fd727fd9
  17. Feb 02, 2006
  18. Feb 01, 2006
  19. Jan 30, 2006
    • Edward Hervey's avatar
      Link against Gst Data protocol libraries. · b06a9be6
      Edward Hervey authored
      Original commit message from CVS:
      * configure.ac:
      * gst/Makefile.am:
      Link against Gst Data protocol libraries.
      * gst/__init__.py:
      Restore dlopenflags after importing gst.
      Closes #329110
      b06a9be6
  20. Jan 25, 2006
  21. Jan 16, 2006
  22. Jan 14, 2006
  23. Jan 13, 2006
  24. Jan 09, 2006
  25. Jan 08, 2006
    • Edward Hervey's avatar
      gst/gststructure.override: Properly check for gstvalue data types. This makes... · 112f72da
      Edward Hervey authored
      gst/gststructure.override: Properly check for gstvalue data types. This makes it possible to set fields with fractions.
      
      Original commit message from CVS:
      * gst/gststructure.override: (_wrap_gst_structure_set_value):
      Properly check for gstvalue data types. This makes it possible to
      set fields with fractions.
      * testsuite/test_caps.py:
      * testsuite/test_struct.py:
      Test for above modifications
      112f72da
  26. Jan 05, 2006
    • Edward Hervey's avatar
      gst/base.defs: Use gchar* instead of guint8* for GstAdapter · 28b45522
      Edward Hervey authored
      Original commit message from CVS:
      * gst/base.defs:
      Use gchar* instead of guint8* for GstAdapter
      Added virtual methods definitions for base classes.
      Still have to override some functions, and figure
      out how to properly add reverse wrappers to the codegenerator.
      28b45522
  27. Jan 01, 2006
    • Edward Hervey's avatar
      First step at wrapping base elements in gst-python · 94688fea
      Edward Hervey authored
      Original commit message from CVS:
      First step at wrapping base elements in gst-python
      * configure.ac:
      Commenting out weird debugging statement dating from gst-python's
      and which causes problems with gstbasesrc.h anonymous union.
      * gst/Makefile.am:
      Added base.defs
      * gst/base.defs:
      New base elements definition files
      * gst/gst.defs:
      * gst/gst.override:
      Add base elements
      94688fea
Loading