- Oct 03, 2008
-
-
Jan Schmidt authored
Original commit message from CVS: Release 0.10.13
-
- Sep 17, 2008
-
-
Jan Schmidt authored
Original commit message from CVS: * configure.ac: 0.10.20.2 pre-release
-
- Sep 09, 2008
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: * gst/base.defs: * gst/gst-0.10.21.ignore: * gst/gst.defs: * gst/gstversion.override.in: Add API additions for upcoming 0.10.21 core release
-
- Sep 04, 2008
-
-
examples/pipeline-tester: Don't hardcode audio/video source and sinks, and instead use more generic sources. Original commit message from CVS: * examples/pipeline-tester: Don't hardcode audio/video source and sinks, and instead use more generic sources. Based on a patch by Brian Cameron <brian.cameron@sun.com> Fixes #517993
-
- Aug 26, 2008
-
-
Edward Hervey authored
gst/gstcaps.override: Override gst_caps_append_structure() and make a copy of the structure given as argument. Original commit message from CVS: * gst/gstcaps.override: Override gst_caps_append_structure() and make a copy of the structure given as argument. Fixes #549450
-
- Aug 11, 2008
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gst-0.10.15.ignore: * gst/gst-types.defs: * gst/gst.defs: Add gstdebugutils.[ch] methods that weren't wrapped previously. We can now dump pipeline graphviz files from python ! :)
-
- Jul 02, 2008
-
-
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
-
- Jun 27, 2008
-
-
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.
-
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.
-
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
-
- Jun 26, 2008
-
-
Edward Hervey authored
Original commit message from CVS: * gst/common.h: * gst/gstmodule.c: * gst/interfaces.override: * gst/pbutils.override: * gst/pygstiterator.c: * gst/pygstminiobject.c: * gst/pygstminiobject.h: Fix double-import issues on macosx. Fixes #461838
-
Edward Hervey authored
Original commit message from CVS: * gst/gstmodule.c: (pygstminiobject_from_gvalue): Return None if GstMiniObject GValue doesn't contain anything (NULL). Fixes #540221
-
- Jun 20, 2008
-
-
Jan Schmidt authored
Original commit message from CVS: * configure.ac: Bump version back to dev -> 0.10.12.1
-
- Jun 18, 2008
-
-
Jan Schmidt authored
Original commit message from CVS: Release 0.10.12
-
- Jun 13, 2008
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.11.3 pre-release
-
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
-
- Jun 12, 2008
-
-
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
-
- Jun 05, 2008
-
-
Jan Schmidt authored
Original commit message from CVS: * configure.ac: 0.10.11.2 pre-release
-
- May 26, 2008
-
-
Edward Hervey authored
gst/gstevent.override: gst_event_new_tag takes ownership of the GstTagList given as argument, therefore make a copy b... Original commit message from CVS: * gst/gstevent.override: gst_event_new_tag takes ownership of the GstTagList given as argument, therefore make a copy before calling the C function. Fixes #534888
-
- May 17, 2008
-
-
Edward Hervey authored
Original commit message from CVS: * gst/extend/discoverer.py: Add timeout property. Fix typos. Beautify debugging. Fix email.
-
- May 14, 2008
-
-
Original commit message from CVS: Patch by: Jan Schmidt <thaytan at mad dot scientist dot com> * gst/__init__.py: Make gst.Fraction simplify like the C counterpart Fixes #532809
-
Edward Hervey authored
Original commit message from CVS: * gst/gstcaps.override: Fix typo
-
- May 08, 2008
-
-
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
-
Edward Hervey authored
Original commit message from CVS: * gst/__init__.py: * gst/arg-types.py: Fix broken indentation Fixes #531697
-
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.
-
- May 07, 2008
-
-
Christian Schaller authored
Original commit message from CVS: update spec file with latest changes
-
- Apr 28, 2008
-
-
Original commit message from CVS: Patch by: Alessandro Decina <alessandro at nnva dot org> * gst/gst.override: Add wrapping of gst_type_find_register. Fixes #529728
-
Original commit message from CVS: Patch by: Alessandro Decina <alessandro at nnva dot org> * gst/gstelementfactory.override: Release GIL in gst_element_factory_overrides. Fixes #529731
-
- Apr 24, 2008
-
-
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.
-
- Apr 06, 2008
-
-
Original commit message from CVS: Patch by: Damien Lespiau <damien dot lespiau at gmail dot com> * configure.ac: Actually build dlls when cross-compiling with mingw32. Fixes bug #526247.
-
- Mar 21, 2008
-
-
Jan Schmidt authored
Original commit message from CVS: * configure.ac: Back to development - 0.10.11.1
-
Jan Schmidt authored
Original commit message from CVS: Release 0.10.11
-
- Mar 04, 2008
-
-
Jan Schmidt authored
Original commit message from CVS: * configure.ac: 0.10.10.2 pre-release
-
- Feb 29, 2008
-
-
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.
-
- Feb 10, 2008
-
-
Edward Hervey authored
Original commit message from CVS: reviewed by: Edward Hervey <edward.hervey@collabora.co.uk> * gst/gstpad.override: * testsuite/test_pad.py: Fix memleak in gst.Pad.set_blocked_async() Fixes #514717
-
Edward Hervey authored
Original commit message from CVS: * gst/gstpad.override: Wrap gst.Pad.start_task().
-
- Feb 08, 2008
-
-
Edward Hervey authored
Original commit message from CVS: * gst/base.defs: gst_adapter_push steals the refcount.
-
- Jan 31, 2008
-
-
Stefan Kost authored
Original commit message from CVS: * examples/video-controller.py: Demo how to use the controller on videomixer.
-
Jan Schmidt authored
Original commit message from CVS: * gst/.cvsignore: Ignore generated pbutils.c * gst/gst.override: Fix compiler warning about the return type.
-
- Jan 30, 2008
-
-
Edward Hervey authored
gst/gstmodule.c: Remove do_pending_calls timeout which has been handled more gracefully in pygobject MainLoop for the... Original commit message from CVS: * gst/gstmodule.c: (init_gst): Remove do_pending_calls timeout which has been handled more gracefully in pygobject MainLoop for the past 3 years. Fixes #512916
-