Add an example sink element and override the chain and event functions of pads
authorThibault Saunier <tsaunier@gnome.org>
Fri, 6 Jun 2014 08:30:07 +0000 (10:30 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 6 Jun 2014 08:35:09 +0000 (10:35 +0200)
commited1c9866a22a2a9ac451ec2b55a61f72d1ac5818
treec22c6ae4358875fef0571f75f55512d2b73ecd09
parent367d281ab6f2bcc0727aab0661d7075be4c09c11
Add an example sink element and override the chain and event functions of pads

Otherwize we will get 2 time acces to the element in it, which does
not make much sense. The _full variant can still be used.
examples/python/sinkelement.py [new file with mode: 0644]
gi/overrides/Gst.py