From a661b7c3caa14b9267f80b6a1ece23c51c886e3e Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Sat, 1 May 2010 14:45:04 +0200 Subject: [PATCH] vdpauvideopostprocess: fix crasher on setting properties before we're in READY --- sys/vdpau/gstvdpvideopostprocess.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/vdpau/gstvdpvideopostprocess.c b/sys/vdpau/gstvdpvideopostprocess.c index 304db48..506f6d2 100644 --- a/sys/vdpau/gstvdpvideopostprocess.c +++ b/sys/vdpau/gstvdpvideopostprocess.c @@ -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; -- 2.7.4