- Nov 28, 2007
-
-
Edward Hervey authored
Original commit message from CVS: Releasing 0.10.9
-
- Nov 24, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.8.2 pre-releases
-
- Nov 08, 2007
-
-
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
-
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
-
- Nov 01, 2007
-
-
Johan Dahlin authored
Original commit message from CVS: 2007-11-01 Johan Dahlin <johan@gnome.org> * gst/gst.override: * gst/gst-0.10.15.ignore: Make sure it still builds with GStreamer 0.10.14.
-
- Oct 25, 2007
-
-
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
-
- Oct 18, 2007
-
-
Jan Schmidt authored
examples/play.py: Fix the sample player slightly so that the expose method actually gets called by pyGTK. Original commit message from CVS: * examples/play.py: Fix the sample player slightly so that the expose method actually gets called by pyGTK.
-
Edward Hervey authored
gst/gst.*: Thanks to Sebastien Merle for resurrecting a patch I'd forgotten about that adds a constructor method for ... Original commit message from CVS: * gst/gst.defs: * gst/gst.override: Thanks to Sebastien Merle for resurrecting a patch I'd forgotten about that adds a constructor method for gst.GError, so you can create error gst.Message. Added a few GIL releases for overrides.
-
- Oct 16, 2007
-
-
Christian Schaller authored
Original commit message from CVS: update spec file with latest changes
-
- Oct 13, 2007
-
-
Edward Hervey authored
gst/gstobject.override: Release the GIL when calling gst_object_get_path_string() since it can cause deadlocks with n... Original commit message from CVS: * gst/gstobject.override: Release the GIL when calling gst_object_get_path_string() since it can cause deadlocks with new pygobject behaviour.
-
Edward Hervey authored
Original commit message from CVS: * gst/gstmodule.c: (init_gst): Added new gst.TAG_COMPOSER constant that appeared in core 0.10.15.
-
- Oct 09, 2007
-
-
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
-
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.
-
- Oct 08, 2007
-
-
Sebastien Moutte authored
Original commit message from CVS: * win32/vs6/gst_python.dsw: * win32/vs6/libgstpython.dsp: * win32/vs6/pygenfiles.dsp: * win32/MANIFEST Add new project files to build with VS6.
-
Sebastien Moutte authored
Original commit message from CVS: * gst/pygstminiobject.c: (pygstminiobject_dealloc): Move up variable declaration to the top of the function. * win32/vs6/gst_python.dsw: * win32/vs6/libgstpython.dsp: * win32/vs6/pygenfiles.dsp: * win32/MANIFEST Add new project files to build with VS6.
-
- Sep 11, 2007
-
-
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.
-
- Aug 16, 2007
-
-
Stefan Kost authored
Original commit message from CVS: * ChangeLog: * gst/pygstminiobject.c: Make ro memory to share.
-
- Aug 01, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: Back to development cycle.
-
Edward Hervey authored
Original commit message from CVS: Releasing 0.10.8
-
- Jul 30, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.7.2 pre-release
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.override: And the dataqueue header only landed in 0.10.11 too.
-
Edward Hervey authored
Original commit message from CVS: * gst/gst-0.10.11.ignore: GstDataQueue was added in gstreamer-0.10.11 * gst/gst-0.10.14.ignore: some GstDataQueue methods were added in 0.10.14
-
- Jul 28, 2007
-
-
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.
-
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.
-
Edward Hervey authored
Original commit message from CVS: * gst/interfaces.override: Add more threadsafety in the overrides.
-
- Jul 27, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * Makefile.am: * configure.ac: * win32/MANIFEST: * win32/common/.cvsignore: * win32/common/config.h.in: Add win32 requirements. Fixes #433375
-
Edward Hervey authored
Original commit message from CVS: reviewed by: Edward Hervey <bilboed@bilboed.com> * gst/gst.defs: Make .get_uri_type() methods return a GstURIType enum instead of an integer. Fixes #436620
-
Edward Hervey authored
gst/extend/discoverer.py: New parameter to the discoverer to change the default maximum frame interleave. Original commit message from CVS: reviewed by: Edward Hervey <bilboed@bilboed.com> * gst/extend/discoverer.py: New parameter to the discoverer to change the default maximum frame interleave. Fixes #418222
-
Edward Hervey authored
Original commit message from CVS: reviewed by: Edward Hervey <bilboed@bilboed.com> * examples/gst-discover: Show duration of audio/video streams. Specify units for values. Fixes #432521
-
- Jul 20, 2007
-
-
Stefan Kost authored
Original commit message from CVS: * gst/gst-disable-loadsave.ignore: Override more when having now xml.
-
- Jul 09, 2007
-
-
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
-
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
-
- Jul 05, 2007
-
-
Original commit message from CVS: Patch by: Rene Stadler <mail@renestadler.de> * gst/arg-types.py: * gst/gst.defs: * gst/gst.override: Handle 'gchar**' (GStrv) arguments in a uniform way. Fixes #385841
-
- Jun 27, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gstbuffer.override: whoapadoooo wabada bada ... nothing here... :) Fixes #451645
-
- Jun 16, 2007
-
-
Edward Hervey authored
gst/extend/: Fixes for thread-safety, changes in behaviour with gst.Pad and cleanup. Still has some issues. Original commit message from CVS: * gst/extend/jukebox.py: * gst/extend/sources.py: Fixes for thread-safety, changes in behaviour with gst.Pad and cleanup. Still has some issues.
-
- Jun 14, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * gst/__init__.py: Cleaner way of checking for existence of symbols in gst module.
-
Jan Schmidt authored
examples/sinkelement-registry.py: A quick modification of the sinkelement.py example that shows how to register a pur... Original commit message from CVS: * examples/sinkelement-registry.py: A quick modification of the sinkelement.py example that shows how to register a pure-python gst.Element into the registry for use in autoplugging or parse_launch lines.
-
- Jun 12, 2007
-
-
Edward Hervey authored
Original commit message from CVS: * gst/__init__.py: Fix API cleanups that cause API breakage. Fixes #446674
-
- Jun 11, 2007
-
-
Jan Schmidt authored
Original commit message from CVS: * gst/gstpad.override: Wrap gst_pad_set_blocked_async in pyg thread unlock/lock.
-
- Jun 08, 2007
-
-
Original commit message from CVS: Patch by : Michael Smith <msmith@fluendo.com> * gst/extend/discoverer.py: Better support for demuxers that don't create all pads at startup. Fixes #380966
-