Skip to content
Snippets Groups Projects
  1. Nov 28, 2007
  2. Nov 24, 2007
  3. Nov 08, 2007
    • Edward Hervey's avatar
      gst/: Update API changes for core+base pre-releases · c0b572b8
      Edward Hervey authored
      Original commit message from CVS:
      * gst/base.defs:
      * gst/gst-0.10.15.ignore:
      * gst/gst.defs:
      * gst/gst.override:
      * gst/gstmodule.c: (init_gst):
      Update API changes for core+base pre-releases
      c0b572b8
    • Johan Dahlin's avatar
      Add a new module, gstoption which allows you to fetch the · 5b5311a6
      Johan Dahlin authored
      Original commit message from CVS:
      2007-11-05  Johan Dahlin  <johan@gnome.org>
      
      * gstoptionmodule.c:
      * Makefile.am:
      * configure.ac:
      Add a new module, gstoption which allows you to fetch the
      GOptionGroup from gstreamer without initializing and parsing
      the command line arguments. Requires PyGObject 2.15.0
      Fixes #425847
      
      * examples/option-parser.py (main): Example
      5b5311a6
  4. Nov 01, 2007
  5. Oct 25, 2007
    • Alessandro Decina's avatar
      gst/gst.*: Patch from Alessandro Decina adding get_type_full and... · 898f5277
      Alessandro Decina authored
      gst/gst.*: Patch from Alessandro Decina adding get_type_full and get_protocols_full private vfuncs to the URIHandler ...
      
      Original commit message from CVS:
      * gst/gst.defs:
      * gst/gst.override:
      Patch from Alessandro Decina adding get_type_full and
      get_protocols_full private vfuncs to the URIHandler interface
      to allow bindings to support creating URI handlers.
      Partially fixes: #339279
      898f5277
  6. Oct 18, 2007
  7. Oct 16, 2007
  8. Oct 13, 2007
  9. Oct 09, 2007
    • Edward Hervey's avatar
      gst/: Update API definitions for GStreamer core and gst-plugins-base. · ef1189b5
      Edward Hervey authored
      Original commit message from CVS:
      * gst/base.defs:
      * gst/libs.defs:
      * gst/gst.defs:
      * gst/gst.override:
      Update API definitions for GStreamer core and gst-plugins-base.
      * configure.ac:
      * gst/Makefile.am:
      * gst/gst-0.10.15.ignore:
      * gst/gst-pb-0.10.15.ignore:
      * gst/gstversion.override.in:
      New .ignore for 0.10.14.* API
      ef1189b5
    • Edward Hervey's avatar
      testsuite/: Fix unit tests for pygobject >= 2.13.0 · f6294fea
      Edward Hervey authored
      Original commit message from CVS:
      * testsuite/common.py:
      * testsuite/test_bin.py:
      * testsuite/test_element.py:
      * testsuite/test_ghostpad.py:
      * testsuite/test_pad.py:
      * testsuite/test_pipeline.py:
      Fix unit tests for pygobject >= 2.13.0
      See the pygobject bug #320428 for more information about the changes.
      f6294fea
  10. Oct 08, 2007
  11. Sep 11, 2007
    • Andy Wingo Wingo's avatar
      gst/gstmodule.c (DL_EXPORT): Remove the atexit(gst_deinit). · 705ffb41
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2007-09-11  Andy Wingo  <wingo@pobox.com>
      
      * gst/gstmodule.c (DL_EXPORT): Remove the atexit(gst_deinit).
      Atexit handlers are run after python has finalized (see Py_Exit in
      pythonrun.c), but gst_deinit can potentially call back into python
      e.g. for python-defined plugins. Not sure how other people are
      avoiding this segfault, but I see it all the time on Gusty x86-64
      with Flumotion.
      705ffb41
  12. Aug 16, 2007
  13. Aug 01, 2007
  14. Jul 30, 2007
  15. Jul 28, 2007
    • Edward Hervey's avatar
      gst/: Adding new API additions · 7ef06cab
      Edward Hervey authored
      Original commit message from CVS:
      * gst/base.defs:
      * gst/gst.defs:
      * gst/interfaces.defs:
      * gst/libs.defs:
      * gst/gst.override:
      * gst/gstmodule.c: (init_gst):
      Adding new API additions
      * gst/gstmessage.override:
      wrap GstMessage.parse_buffering.
      * gst/interfaces.override:
      wrap gst_mixer_message_parse_*() functions.
      wrap GstVideoOrientation::get_*() methods.
      7ef06cab
    • Edward Hervey's avatar
      Adding version overrides for new core/base releases. · a73bf408
      Edward Hervey authored
      Original commit message from CVS:
      * configure.ac:
      * gst/Makefile.am:
      * gst/gst-0.10.14.ignore:
      * gst/gst-pb-0.10.14.ignore:
      * gst/gstversion.override.in:
      Adding version overrides for new core/base releases.
      a73bf408
    • Edward Hervey's avatar
      gst/interfaces.override: Add more threadsafety in the overrides. · 14fbeaf8
      Edward Hervey authored
      Original commit message from CVS:
      * gst/interfaces.override:
      Add more threadsafety in the overrides.
      14fbeaf8
  16. Jul 27, 2007
  17. Jul 20, 2007
  18. Jul 09, 2007
    • Edward Hervey's avatar
      gst/gstelement.override: Override the proxy method for... · 3e4ab3ee
      Edward Hervey authored
      gst/gstelement.override: Override the proxy method for GstElement::request_new_pad virtual methods since it can be ca...
      
      Original commit message from CVS:
      * gst/gstelement.override:
      Override the proxy method for GstElement::request_new_pad virtual
      methods since it can be called with NULL as the name.
      Fixes #454259
      3e4ab3ee
    • Zaheer Abbas Merali's avatar
      gst/gstevent.override: Copy the GstStructure given as argument to... · abe5953f
      Zaheer Abbas Merali authored and Edward Hervey's avatar Edward Hervey committed
      gst/gstevent.override: Copy the GstStructure given as argument to gst_event_new_custom and gst_event_new_navigation, ...
      
      Original commit message from CVS:
      Patch by: Zaheer Abbas Merali <zaheermerali@gmail.com>
      * gst/gstevent.override:
      Copy the GstStructure given as argument to gst_event_new_custom
      and gst_event_new_navigation, else it would be freed when the python
      object wrapping that structure goes out of scope.
      Fixes #450117
      abe5953f
  19. Jul 05, 2007
  20. Jun 27, 2007
  21. Jun 16, 2007
  22. Jun 14, 2007
  23. Jun 12, 2007
  24. Jun 11, 2007
  25. Jun 08, 2007
Loading