- Dec 04, 2006
-
-
Edward Hervey authored
Original commit message from CVS: Releasing gst-python 0.10.6
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.5.4 pre-release
-
- Dec 01, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/common.h: * gst/gstpad.override: Add implementation of gst.Pad.set_setcaps_function().
-
- Nov 28, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.5.3 pre-release
-
- Nov 22, 2006
-
-
Edward Hervey authored
examples/audio-controller.py: Fix example, use proper property name. Doesn't change anything to the way it used to wo... Original commit message from CVS: * examples/audio-controller.py: Fix example, use proper property name. Doesn't change anything to the way it used to work, but since it's an example it should be done properly.
-
Edward Hervey authored
Original commit message from CVS: * codegen/override.py: Fix the lookup of override files in the specified search directories. * gst/Makefile.am: Don't distribute gstversion.override Fixup .defs => .c make instructions All the above fixes the cases where you're building in a directory different from the source directory.
-
- Nov 20, 2006
-
-
Christian Schaller authored
Original commit message from CVS: Update spec file for latest changes
-
- Nov 15, 2006
-
-
Michael Smith authored
gst/extend/discoverer.py: Avoid buffering infinite amounts of decoded data if a decoder is feeding us data without a ... Original commit message from CVS: * gst/extend/discoverer.py: Avoid buffering infinite amounts of decoded data if a decoder is feeding us data without a duration (or with bad duration values).
-
- Nov 07, 2006
-
-
Edward Hervey authored
gst/extend/discoverer.py: Make the queue buffer up 1s of data before outputting to the sinks. This should give time f... Original commit message from CVS: * gst/extend/discoverer.py: Make the queue buffer up 1s of data before outputting to the sinks. This should give time for some demuxers like mpegdemux or fluasfdemux to discover a bit more about the muxed stream and add the correct pads. Fixes #371969
-
Andy Wingo Wingo authored
Original commit message from CVS: 2006-11-07 Andy Wingo <wingo@pobox.com> * examples/Makefile.am (examples_DATA): * examples/gst-discover: New tool, runs the discoverer on a file and prints out what we get.
-
- Nov 03, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.override: Use a copy of the caps.
-
- Oct 20, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.5.2 pre-release
-
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
-
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
-
Edward Hervey authored
Original commit message from CVS: * examples/Makefile.am: Remove gst123 and vorbisplay.py from sources, and add decodebin.py
-
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
-
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
-
- Oct 16, 2006
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst/gst.defs: Don't use 'interface' as variable name, MingW doesn't like that (fixes #359375).
-
- Oct 12, 2006
-
-
Thomas Vander Stichele authored
Original commit message from CVS: moap ignore
-
- Oct 05, 2006
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst/pygstiterator.c: (pygst_iterator_new): Printf format fix.
-
- Oct 03, 2006
-
-
Edward Hervey authored
codegen/argtypes.py: Revert the UInt64Arg modifications from upstream. It forces us to give a PyLong, whereas we can ... Original commit message from CVS: * codegen/argtypes.py: Revert the UInt64Arg modifications from upstream. It forces us to give a PyLong, whereas we can directly use the 'K' argument parsing for that.
-
- Sep 29, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * ltihooks.py: Removed * testsuite/common.py: ltihooks is dead, long live gstltihooks. This should complete thomas' fix of #357310.
-
- Sep 28, 2006
-
-
Jan Schmidt authored
gst/Makefile.am: Explicitly export _PyGObject_API from our modules, as it's apparently needed for import. Previously ... Original commit message from CVS: * gst/Makefile.am: Explicitly export _PyGObject_API from our modules, as it's apparently needed for import. Previously we implicitly relied on a bug in the core providing --export-dynamic as a link flag.
-
- Sep 23, 2006
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * Makefile.am: * gst/__init__.py: * gstltihooks.py: Fix #357310
-
- Sep 22, 2006
-
-
Original commit message from CVS: Patch by: Rene Stadler <mail@renestadler.de> * gst/gstlibs.override: Fixes for GstController creation memleak fixes.
-
- Sep 12, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/extend/Makefile.am: Forgot to add 3 previous files to the Makefile so they get installed.
-
Edward Hervey authored
Original commit message from CVS: * gst/extend/jukebox.py: * gst/extend/leveller.py: * gst/extend/sources.py: Revival of the jukebox (and leveller) using 0.10 and gnonlin. Still needs a bit of love, but functionnal enough.
-
- Sep 10, 2006
-
-
Edward Hervey authored
Original commit message from CVS: Give proper credits to the author of the patch
-
Edward Hervey authored
Original commit message from CVS: * gst/libs.defs: Add definition for GstParamFlags, extension of the GParamFlags. Only contains one flag, gst.PARAM_CONTROLLABLE. Closes #355150
-
- Aug 31, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gst-0.10.10.ignore: API addition * gst/gst.defs: Added new ghostpad functions.
-
- Aug 29, 2006
-
-
Edward Hervey authored
gst/gst.override: We don't own a reference on the elements contained in the list returned by gst_xml_get_topelements(). Original commit message from CVS: * gst/gst.override: We don't own a reference on the elements contained in the list returned by gst_xml_get_topelements().
-
Edward Hervey authored
Original commit message from CVS: * testsuite/test_pad.py: The bug was not a bug. Fixed the typo.
-
Thomas Vander Stichele authored
testsuite/test_pad.py: add a test for event probes - shows a bug, for which I commented the failUnless out Original commit message from CVS: * testsuite/test_pad.py: add a test for event probes - shows a bug, for which I commented the failUnless out
-
- Aug 21, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: Whoops, typo error :)
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: attempt to fix build.
-
Edward Hervey authored
configure.ac: If pygobject is available, only build with it, else try to find pygtk to stay compatible with older ver... Original commit message from CVS: * configure.ac: If pygobject is available, only build with it, else try to find pygtk to stay compatible with older version. * gst/Makefile.am: Switch to pygobject CFLAGS. * testsuite/Makefile.am: Switch to pygobject CFLAGS.
-
- Aug 08, 2006
-
-
Edward Hervey authored
codegen/codegen.py: newer pygobject's pyg_constant_strip_prefix() now return a const gchar * whereas PyModule_AddIntC... Original commit message from CVS: * codegen/codegen.py: newer pygobject's pyg_constant_strip_prefix() now return a const gchar * whereas PyModule_AddIntConstant() takes a normal gchar*. Closes #349623
-
- Aug 05, 2006
-
-
Andy Wingo Wingo authored
examples/synchronizer.py: Actually appears to work now, will have to try with guadec videos on Monday. Original commit message from CVS: 2006-08-05 Andy Wingo <wingo@pobox.com> * examples/synchronizer.py: Actually appears to work now, will have to try with guadec videos on Monday. * examples/remuxer.py (PlayerWindow.create_ui): Disable the auto-adjusting of cut in and cut out times, it's annoying.
-
- Aug 04, 2006
-
-
Andy Wingo Wingo authored
Original commit message from CVS: small updates, still ui only
-
Andy Wingo Wingo authored
examples/synchronizer.py: New file, a bit of a hack to remuxer.py, but for resyncing a bad ogg. Only UI at the moment.. Original commit message from CVS: 2006-08-04 Andy Wingo <wingo@pobox.com> * examples/synchronizer.py: New file, a bit of a hack to remuxer.py, but for resyncing a bad ogg. Only UI at the moment..
-