GNOME Bugzilla – Bug 362290
[patch] Ports examples/cp.py to 0.10
Last modified: 2006-10-20 09:29:23 UTC
This patch is my rendition of porting examples/cp.py to gstreamer0.10. In my opinion, this example should be removed. Especially as the 'statistics' element has been depreciated, its not a very interesting example these days. However, if it is to remain, it should at least work. And now my quest to cleanup gst-python/examples is complete! Well, depending upon whether these patches are accepted. ;) Thanks!
Created attachment 74742 [details] [review] [patch] Ports examples/cp.py to 0.10
Created attachment 74817 [details] [review] [patch] Ports examples/cp.py to 0.10 Oops... just realized that I forgot to call gobject.threads_init() in all these patches. Wasn't causing any problems, so I didn't notice. Fixed here.
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