Skip to content
Snippets Groups Projects
  1. Oct 03, 2008
  2. Sep 17, 2008
  3. Sep 09, 2008
  4. Sep 04, 2008
  5. Aug 26, 2008
  6. Aug 11, 2008
  7. Jul 02, 2008
    • Edward Hervey's avatar
      update upstream API changes · 8c5646ea
      Edward Hervey authored
      Original commit message from CVS:
      * configure.ac:
      * gst/Makefile.am:
      * gst/base.defs:
      * gst/gst-0.10.18.ignore:
      * gst/gst-0.10.20.ignore:
      * gst/gst-pb-0.10.18.ignore:
      * gst/gst-types.defs:
      * gst/gst.defs:
      * gst/gstversion.override.in:
      * gst/interfaces.defs:
      update upstream API changes
      8c5646ea
  8. Jun 27, 2008
    • Edward Hervey's avatar
      testsuite/test_interface.py: Don't hardcode 'alsasrc' for testing GstMixer and... · 4373919e
      Edward Hervey authored
      testsuite/test_interface.py: Don't hardcode 'alsasrc' for testing GstMixer and GstPropertyProbe interfaces, but inste...
      
      Original commit message from CVS:
      * testsuite/test_interface.py:
      Don't hardcode 'alsasrc' for testing GstMixer and GstPropertyProbe
      interfaces, but instead search one through the registry.
      If none are available, return gracefully.
      4373919e
    • Edward Hervey's avatar
      testsuite/test_xml.py: Don't attempt to test gst.XML if there's no available libxml2 module. · 99cbd6de
      Edward Hervey authored
      Original commit message from CVS:
      * testsuite/test_xml.py:
      Don't attempt to test gst.XML if there's no available libxml2 module.
      99cbd6de
    • Jan Schmidt's avatar
      gst/gstbuffer.override: the GstBuffer overrides seem to be confused about... · 468cb055
      Jan Schmidt authored
      gst/gstbuffer.override: the GstBuffer overrides seem to be confused about whether they're mini-objects or a GBoxed, a...
      
      Original commit message from CVS:
      * gst/gstbuffer.override:
      the GstBuffer overrides seem to be confused about whether they're
      mini-objects or a GBoxed, and it makes copy_on_write no actually
      return a usable gst.Buffer. Fix up places where GstBuffers are
      treated as GBoxed to use pygstminiobject functions.
      Makes gst.Buffer('blah').copy_on_write() work.
      * testsuite/test_buffer.py:
      Add test for copy-on-write writability
      * examples/buffer-draw.py:
      Add an example of drawing on a GStreamer buffer with cairo
      * gst/gstpad.override:
      Make function static
      468cb055
  9. Jun 26, 2008
  10. Jun 20, 2008
  11. Jun 18, 2008
  12. Jun 13, 2008
    • Edward Hervey's avatar
      configure.ac: 0.10.11.3 pre-release · d0899f28
      Edward Hervey authored
      Original commit message from CVS:
      * configure.ac:
      0.10.11.3 pre-release
      d0899f28
    • Edward Hervey's avatar
      Re-opens #530417 · 6c881f6a
      Edward Hervey authored
      Original commit message from CVS:
      * gst/__init__.py:
      * gst/gstelement.override:
      * testsuite/test_element.py:
      Revert 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
      Re-opens #530417
      6c881f6a
  13. Jun 12, 2008
    • Edward Hervey's avatar
      Re-opens #514717 · 7e06ad12
      Edward Hervey authored
      Original commit message from CVS:
      * gst/gstpad.override:
      * testsuite/test_pad.py:
      Revert 2008-02-10  Alessandro Decina  <alessandro@nnva.org>
      Re-opens #514717
      7e06ad12
  14. Jun 05, 2008
  15. May 26, 2008
  16. May 17, 2008
  17. May 14, 2008
  18. May 08, 2008
    • Johan Dahlin's avatar
      New 'fancy' constructor for gst.Element, allows creating elements in a more... · 98d6484e
      Johan Dahlin authored and Edward Hervey's avatar Edward Hervey committed
      New 'fancy' constructor for gst.Element, allows creating elements in a more pythonic way (i.e. myelement = gst.Elemen...
      
      Original commit message from CVS:
      Patch by: Johan Dahlin  <johan at gnome dot org>
      * gst/__init__.py:
      * gst/gstelement.override:
      * testsuite/test_element.py:
      New 'fancy' constructor for gst.Element, allows creating elements in a
      more pythonic way (i.e. myelement = gst.Element("oggmux")).
      Fixes #530417
      98d6484e
    • Edward Hervey's avatar
      gst/: Fix broken indentation · 5119268c
      Edward Hervey authored
      Original commit message from CVS:
      * gst/__init__.py:
      * gst/arg-types.py:
      Fix broken indentation
      Fixes #531697
      5119268c
    • Edward Hervey's avatar
      gst/: Use G_GSSIZE_FORMAT for ssize_t types. · d61ee051
      Edward Hervey authored
      Original commit message from CVS:
      * gst/gst.override:
      * gst/gstbuffer.override:
      Use G_GSSIZE_FORMAT for ssize_t types.
      Fixes build on macosx.
      d61ee051
  19. May 07, 2008
  20. Apr 28, 2008
  21. Apr 24, 2008
    • Jan Schmidt's avatar
      examples/: Sync with the X server before giving an XID to our sink with a... · 839bc5b0
      Jan Schmidt authored
      examples/: Sync with the X server before giving an XID to our sink with a different display connection. This avoids s...
      
      Original commit message from CVS:
      * examples/play.py:
      * examples/remuxer.py:
      * examples/switch.py:
      * examples/synchronizer.py:
      Sync with the X server before giving an XID to our sink with a different
      display connection. This avoids spurious X servers where the sink's
      display connection doesn't know the XID that the GDK thread's does.
      839bc5b0
  22. Apr 06, 2008
  23. Mar 21, 2008
  24. Mar 04, 2008
  25. Feb 29, 2008
    • René Stadler's avatar
      gst/gst.override: Don't crash by unreffing NULL when calling the... · 62bb670b
      René Stadler authored
      gst/gst.override: Don't crash by unreffing NULL when calling the do_get_protocols_full method raises an exception.
      
      Original commit message from CVS:
      * gst/gst.override:
      (_wrap_GstURIHandler__proxy_do_get_protocols_full):
      Don't crash by unreffing NULL when calling the
      do_get_protocols_full method raises an exception.
      62bb670b
  26. Feb 10, 2008
  27. Feb 08, 2008
  28. Jan 31, 2008
  29. Jan 30, 2008
Loading