mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
camerabin: Adds missing variable initialization
Adds missing app_src_vid initialization
This commit is contained in:
parent
e6141120d8
commit
5767739431
1 changed files with 1 additions and 0 deletions
|
@ -3234,6 +3234,7 @@ gst_camerabin_init (GstCameraBin * camera, GstCameraBinClass * gclass)
|
|||
camera->src_out_sel = NULL;
|
||||
|
||||
camera->app_video_filter = NULL;
|
||||
camera->app_vid_src = NULL;
|
||||
|
||||
camera->active_bin = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue