examples/pyidentity.py: Add a simple example that implements an identity-like element...
authorJan Schmidt <thaytan@mad.scientist.com>
Tue, 10 Apr 2007 12:44:44 +0000 (12:44 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Tue, 10 Apr 2007 12:44:44 +0000 (12:44 +0000)
commit4ecf760ec1e993d6337cd97fe0169970ccacbe8b
tree6361314839f4628eaaed88486cfb97736930e16d
parent605a8acde5b6c431978f0eb7a14baae5b6a420ef
examples/pyidentity.py: Add a simple example that implements an identity-like element in python and passes buffers th...

Original commit message from CVS:
* examples/pyidentity.py:
Add a simple example that implements an identity-like element in
python and passes buffers through. It lacks buffer-alloc & query
handling at the moment, because the required gstreamer funcs aren't
wrapped.
* examples/sinkelement.py:
Make sure to call gobject.threads_init() in the example.
ChangeLog
common
examples/pyidentity.py [new file with mode: 0644]
examples/sinkelement.py