gst-element-maker: add video pad template and use it in videofilter class
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 17 Mar 2012 16:05:20 +0000 (16:05 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 17 Mar 2012 16:05:20 +0000 (16:05 +0000)
commit3991742d77a81183f8ffbad59df7e1ec741ff803
tree7cdf104d8c46ad64faed9cd013a63b7252b34705
parent48398114e672e7900faf239c2fe5ae6f343fa9e0
gst-element-maker: add video pad template and use it in videofilter class

Would be nicer if one could just supplement the generic template
from the element template though.

Also, I would really have liked to just add those sections from the
pads template into the element templet directly (so I can cater for
src template caps == sink template caps), but that didn't seem to
work.
tools/element-templates/sinkpad-template-video [new file with mode: 0644]
tools/element-templates/srcpad-template-video [new file with mode: 0644]
tools/element-templates/videofilter