Skip to content
Snippets Groups Projects
  1. Jan 31, 2007
  2. Jan 29, 2007
    • Edward Hervey's avatar
      codegen/codegen.py: Don't register interface if it is ignored · 468e1017
      Edward Hervey authored
      Original commit message from CVS:
      * codegen/codegen.py:
      Don't register interface if it is ignored
      * configure.ac:
      GST_PB_MINOR_VERSION doesn't appear by magic, you actually have to
      parse it from pkg-config !
      * gst/gst-pb-0.10.11.ignore:
      Ignore GstVideoOrientation type altogether.
      * gst/interfaces.override:
      Include gstversion.override so that non-existent API is properly ignored.
      Should fix #401051 once and for good now.
      468e1017
    • Edward Hervey's avatar
      ChangeLog surgery : Indicate which bug last ocmmit fixed. · 17f13856
      Edward Hervey authored
      Original commit message from CVS:
      ChangeLog surgery : Indicate which bug last ocmmit fixed.
      ----------------------------------------------------------------------
      17f13856
    • Edward Hervey's avatar
      configure.ac: Check for availability of video-orientation interface · 7fa0fd6c
      Edward Hervey authored
      Original commit message from CVS:
      * configure.ac:
      Check for availability of video-orientation interface
      * gst/gst.override:
      don't forget to increment the refcount of Py_None before returning it.
      * gst/interfaces.override:
      If video-orientation interface isn't available, don't include the
      header.
      7fa0fd6c
  3. Jan 26, 2007
    • Edward Hervey's avatar
      Add ignore file for 0.10.12 API additions · c5741e1c
      Edward Hervey authored
      Original commit message from CVS:
      * configure.ac:
      * gst/Makefile.am:
      * gst/gstversion.override.in:
      * gst/gst-0.10.12.ignore:
      Add ignore file for 0.10.12 API additions
      * gst/gst.defs:
      * gst/base.defs:
      * gst/gst-types.defs:
      Add new API definitions
      * gst/gst-0.10.10.ignore:
      * gst/gst-0.10.11.ignore:
      Fixup ignore files.
      * testsuite/test_segment.py:
      The update return value is uncertain and will soon be deprecated, don't
      check against it anymore.
      c5741e1c
  4. Jan 17, 2007
  5. Jan 11, 2007
    • Edward Hervey's avatar
      gst/gst.defs: Add declaration of gst_object_set_property so we can use our... · db76ff39
      Edward Hervey authored
      gst/gst.defs: Add declaration of gst_object_set_property so we can use our MT-safe version of set_property().
      
      Original commit message from CVS:
      * gst/gst.defs:
      Add declaration of gst_object_set_property so we can use our MT-safe
      version of set_property().
      * gst/gstobject.override:
      Implement a MT-safe version of g_object_set_property for GstObject.
      The problem is that currently g_object_set_property is called in
      pygobject with the GIL lock taken. This can cause deadlocks.
      Remove this hack once bug #395048 is fixed in pygobject and we depend on
      the fixed version.
      Thanks to Lord Wingo of the "realm.py haters club" for proposing the
      idea.
      db76ff39
  6. Jan 10, 2007
    • Edward Hervey's avatar
      codegen/codegen.py: When chaining up to the parent class methods from python... · 4acc40c8
      Edward Hervey authored
      codegen/codegen.py: When chaining up to the parent class methods from python to C, we need to allow threads (i.e. rel...
      
      Original commit message from CVS:
      * codegen/codegen.py:
      When chaining up to the parent class methods from python to C, we need
      to allow threads (i.e. release the GIL).
      * gst/gstbase.override:
      * gst/gstbin.override:
      Modify __do_*() overrides in the same way as above.
      4acc40c8
  7. Jan 05, 2007
  8. Dec 19, 2006
    • Edward Hervey's avatar
      gst/gst.defs: Update API definitions. · d6df9846
      Edward Hervey authored
      Original commit message from CVS:
      * gst/gst.defs:
      Update API definitions.
      * gst/common.h:
      * gst/gstpad.override:
      Add wrapper functions for settings activate, activatepull and
      activatepush functions on pads.
      * gst/gst.override:
      Wrapper for gst_segment_set_seek() and gst_segment_clip()
      Remove global ignore for *_init(), allows gst_segment_init() to be
      properly code-generated.
      * testsuite/Makefile.am:
      * testsuite/test_segment.py:
      Add unit test for gst.Segment object.
      d6df9846
  9. Dec 16, 2006
  10. Dec 15, 2006
    • Thomas Vander Stichele's avatar
      add doap file · fb23b775
      Thomas Vander Stichele authored
      Original commit message from CVS:
      * Makefile.am:
      * gst-python.doap:
      * gst-python.spec.in:
      add doap file
      fb23b775
  11. Dec 11, 2006
  12. Dec 04, 2006
  13. Dec 01, 2006
  14. Nov 28, 2006
  15. Nov 22, 2006
  16. Nov 20, 2006
  17. Nov 15, 2006
  18. Nov 07, 2006
  19. Nov 03, 2006
  20. Oct 20, 2006
    • Edward Hervey's avatar
      configure.ac: 0.10.5.2 pre-release · 37f78c4a
      Edward Hervey authored
      Original commit message from CVS:
      * configure.ac:
      0.10.5.2 pre-release
      37f78c4a
    • Edward Hervey's avatar
      gst/gst-0.10.10.ignore: Added symbols added in 0.10.10 · 83e76dd4
      Edward Hervey authored
      Original commit message from CVS:
      * gst/gst-0.10.10.ignore:
      Added symbols added in 0.10.10
      * gst/gst-0.10.6.ignore:
      gst_dp_packetizer_new() addition
      * gst/gst.defs:
      Updated API for 0.10.10 symbols
      * gst/gstmodule.c: (init_gst):
      Added GST_TAG_EXTENDED_COMMENT which appeared in 0.10.10
      * gst/libs.defs:
      Added gst_dp_packetizer_new() which was added in 0.10.6. It still won't
      work because GstDPPacketizer is a pointer. It needs to have a GBoxed
      definition in order to be used properly within gst-python.
      Also added controller-related additions
      83e76dd4
    • Edward Hervey's avatar
      Added ignore files for 0.10.11 gstreamer core · ad1f511e
      Edward Hervey authored
      Original commit message from CVS:
      * configure.ac:
      * gst/Makefile.am:
      * gst/gst-0.10.11.ignore:
      * gst/gstversion.override.in:
      Added ignore files for 0.10.11 gstreamer core
      * gst/base.defs:
      Updated API for base libs
      * gst/gst.defs:
      Updated API for core
      * gst/gst.override:
      remove #ifdef for methods which weren't available in versions of pygtk
      we don't support anymore.
      * gst/gstbase.override:
      Added overrides for GstBaseSink::get_times() virtual method
      * gst/gstbin.override:
      Added override for GstBin::handle_message() virtual method
      ad1f511e
    • Edward Hervey's avatar
      examples/Makefile.am: Remove gst123 and vorbisplay.py from sources, and add decodebin.py · c8e5fc74
      Edward Hervey authored
      Original commit message from CVS:
      * examples/Makefile.am:
      Remove gst123 and vorbisplay.py from sources, and add decodebin.py
      c8e5fc74
    • Edward Hervey's avatar
      examples/: Removed gst123 and vorbisplay examples which weren't working with... · 5b2c08ac
      Edward Hervey authored
      examples/: Removed gst123 and vorbisplay examples which weren't working with 0.10, and replaced them with decodebin.py
      
      Original commit message from CVS:
      reviewed by: Edward Hervey  <edward@fluendo.com>
      * examples/decodebin.py:
      * examples/gst123:
      * examples/vorbisplay.py:
      Removed gst123 and vorbisplay examples which weren't working with
      0.10, and replaced them with decodebin.py
      Closes #362183 and #362202
      5b2c08ac
    • Edward Hervey's avatar
      examples/: Closes #362290 and #362272 · 71f58a44
      Edward Hervey authored
      Original commit message from CVS:
      * examples/audioconcat.py:
      * examples/cp.py:
      Port to 0.10 by Jason Gerard DeRose <jderose@jasonderose.org>
      Closes #362290 and #362272
      * examples/bps.py:
      Indentation fixes by Jason Gerard DeRose <jderose@jasonderose.org>
      Closes #362011
      Also small fix for Usage string
      71f58a44
Loading