- Jan 14, 2006
-
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing gst-python 0.8.3
-
- Dec 22, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/extend/Makefile.am: install in pyexecdir, so the package does not need splitting for multilib
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/gst.override: allow for logging both on objects and in general * testsuite/test_element.py: add a subclass test
-
- Oct 11, 2005
-
-
Edward Hervey authored
Original commit message from CVS: Reviewed by Edward Hervey <edward@fluendo.com> * gst/gst.defs: * gst/gst.override: (_wrap_gst_tag_list_get): couple of memleak fixes Closes #171287
-
Edward Hervey authored
Original commit message from CVS: Reviewed by Edward Hervey <edward@fluendo.com> * gst/extend/Makefile.am: (pygst_PYTHON): jukebox.py and utils.py are now properly packaged
-
- Sep 08, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: add debug methods to GstObject
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/__init__.py: make sure play works uninstalled as well; helps running a single testsuite app
-
- Sep 02, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/__init__.py: fix make distcheck * gst/extend/jukebox.py: * gst/extend/utils.py: add some more stuff for GC debugging
-
- Aug 28, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: count gc-tracked objects
-
Thomas Vander Stichele authored
Original commit message from CVS: catch ZeroDivisionError
-
Thomas Vander Stichele authored
gst/extend/: add an explicit .clean() method to source and leveller, to make sure all our elements are cleaned up cor... Original commit message from CVS: * gst/extend/jukebox.py: * gst/extend/leveller.py: * gst/extend/sources.py: add an explicit .clean() method to source and leveller, to make sure all our elements are cleaned up correctly. Should help for long-living processes. * gst/extend/utils.py: add a gc_collect method that will explicitly garbage-collect if env var GST_GC is set. Useful for debugging refcounting.
-
- Aug 27, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: change target rms to 0.2
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/extend/jukebox.py: clean up leveller and remove sources from jukebox
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/extend/leveller.py: add a .stop method to free resources by setting pipe to NULL
-
- Aug 26, 2005
-
-
Thomas Vander Stichele authored
gst/__init__.py: if using ltihooks, import interfaces and then uninstall our module importer so we don't crap all ove... Original commit message from CVS: * gst/__init__.py: if using ltihooks, import interfaces and then uninstall our module importer so we don't crap all over someone else's
-
- Aug 24, 2005
-
-
Thomas Vander Stichele authored
gst/extend/jukebox.py: use the source's set_volume method now we are releasing the correct request pad, good stuff. Original commit message from CVS: * gst/extend/jukebox.py: use the source's set_volume method now we are releasing the correct request pad, good stuff. * gst/extend/sources.py: add a set_volume and add a volume element internally
-
- Aug 22, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: set the done sources to NULL, so we don't keep the files open
-
- Aug 11, 2005
-
-
Jan Schmidt authored
gst/extend/: Chain up to self.__gobject_init__() in constructors for derived objects, as this makes signals work in p... Original commit message from CVS: 2005-08-11 Jan Schmidt <thaytan@mad.scientist.com> * gst/extend/jukebox.py: * gst/extend/leveller.py: * gst/extend/sources.py: Chain up to self.__gobject_init__() in constructors for derived objects, as this makes signals work in pygtk 2.4, 2.6 and 2.7
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.override: (pygst_debug_log): Print the filename and not the full path
-
- Aug 10, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: implement volume scaling to make tracks match the target RMS
-
Thomas Vander Stichele authored
Original commit message from CVS: use python debugging
-
Thomas Vander Stichele authored
Original commit message from CVS: backport debug from 0.9
-
Thomas Vander Stichele authored
Original commit message from CVS: implement looping and random play
-
Thomas Vander Stichele authored
Original commit message from CVS: pickle fix
-
Thomas Vander Stichele authored
Original commit message from CVS: add code from thaytan
-
Thomas Vander Stichele authored
Original commit message from CVS: a sample jukebox that uses leveller for crossfading
-
Thomas Vander Stichele authored
Original commit message from CVS: fix testsuite as well
-
Thomas Vander Stichele authored
gst/extend/leveller.py: take into account the total peak RMS when finding mixin/mixout add length, just because Original commit message from CVS: * gst/extend/leveller.py: take into account the total peak RMS when finding mixin/mixout add length, just because * gst/extend/sources.py: add a prerolled signal * gst/gstbuffer.override: wrap timestamp and duration as longs, not ints * gst/gstmodule.c: (init_gst): register gst.CLOCK_TIME_NONE
-
- Aug 04, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst-python.spec.in: add extend * gst/extend/sources.py: move a comment * gst/gstmodule.c: (sink_gstobject): prefer gst_object_ref so we get a log message for it
-
Thomas Vander Stichele authored
Original commit message from CVS: adding pygobject helper code adding a leveller object to calculate RMS and mix points
-
- Aug 03, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: clean up headers create an extend submodule move AudioSource to it
-
Thomas Vander Stichele authored
Original commit message from CVS: fix up headers
-
Thomas Vander Stichele authored
Original commit message from CVS: fix testsuite
-
Thomas Vander Stichele authored
Original commit message from CVS: add error tests
-
- Jun 21, 2005
-
-
Edward Hervey authored
Original commit message from CVS: 0.8.2 release
-
Edward Hervey authored
Original commit message from CVS: *** empty log message ***
-
- Jun 20, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: reset some docs
-
Thomas Vander Stichele authored
Original commit message from CVS: remove the xml doc build stuff
-
- Jun 17, 2005
-
-
Andy Wingo Wingo authored
Original commit message from CVS: oops
-
Andy Wingo Wingo authored
gst/gstcaps.override (_wrap_gst_caps_tp_richcompare): Increment the refcount of the return value in all cases, even f... Original commit message from CVS: 2005-06-17 Andy Wingo <wingo@pobox.com> * gst/gstcaps.override (_wrap_gst_caps_tp_richcompare): Increment the refcount of the return value in all cases, even for Py_True and Py_False. Lines of code per day hovering around 1.3.
-