vdpau: remove GstVdpOutputSrcPad "template-caps" property
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Wed, 28 Jul 2010 19:39:12 +0000 (21:39 +0200)
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Fri, 30 Jul 2010 09:32:00 +0000 (11:32 +0200)
commit093fcacc20a9a84a12e59f027a0f0921ff02d304
treebf1b88750371300b47ae1713a88f909a63d41280
parent5626857ac4884c1c0c50910851ce8437a36e89d8
vdpau: remove GstVdpOutputSrcPad "template-caps" property

instead we do as GstVdpVideoSrcPad and use the "templ" property of GstPad,
which enable us to change the signature of gst_vdp_output_src_pad_new to match
gst_pad_new_from_template
sys/vdpau/gstvdp/gstvdpoutputsrcpad.c
sys/vdpau/gstvdp/gstvdpoutputsrcpad.h
sys/vdpau/gstvdp/gstvdpvideosrcpad.c
sys/vdpau/gstvdpvideopostprocess.c