mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
vdpauvideopostprocess: fix crasher on setting properties before we're in READY
This commit is contained in:
parent
41492e3452
commit
a661b7c3ca
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue