GNOME Bugzilla – Bug 362272
[patch] Ports examples/audioconcat.py to 0.10
Last modified: 2006-10-20 09:29:38 UTC
I ported audioconcat.py to work with gstreamer0.10. The patch is messy looking because I did a complete rewrite from scratch. I've also attached the raw file for easier review. This is my first time using gnonlin, so I welcome any feedback.
Created attachment 74738 [details] [review] [patch] ports audioconcat.py to 0.10
Created attachment 74739 [details] [audioconcat.py] raw file
Created attachment 74819 [details] [review] [patch] ports audioconcat.py to 0.10 adds missing gobject.threads_init()
Created attachment 74820 [details] [audioconcat.py] raw file adds missing gobject.threads_init()
2006-10-20 Edward Hervey <edward@fluendo.com> * 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