vdpauvideopostprocess: fix crasher on setting properties before we're in READY

This commit is contained in:
Carl-Anton Ingmarsson 2010-05-01 14:45:04 +02:00
parent 41492e3452
commit a661b7c3ca

View file

@ -1245,6 +1245,7 @@ gst_vdp_vpp_init (GstVdpVideoPostProcess * vpp,
GstPadTemplate *src_template, *sink_template;
vpp->device = NULL;
vpp->mixer = VDP_INVALID_HANDLE;
vpp->display = NULL;