mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
ksvideosrc: initialize pointer to satisfy MSVC
This commit is contained in:
parent
ca90ecef9c
commit
1449411e39
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ ks_video_probe_filter_for_caps (HANDLE filter_handle)
|
|||
if (IsEqualGUID (&range->MajorFormat, &MEDIATYPE_Video)
|
||||
|| IsEqualGUID (&range->MajorFormat, &MEDIATYPE_Interleaved)) {
|
||||
KsVideoMediaType *entry;
|
||||
gpointer src_vscc, src_format;
|
||||
gpointer src_vscc = NULL, src_format = NULL;
|
||||
GstStructure *media_structure;
|
||||
|
||||
entry = g_new0 (KsVideoMediaType, 1);
|
||||
|
|
Loading…
Reference in a new issue