projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca90ece
)
ksvideosrc: initialize pointer to satisfy MSVC
author
Joshua M. Doe
<oss@nvl.army.mil>
Mon, 15 Oct 2018 16:49:55 +0000
(12:49 -0400)
committer
Nicolas Dufresne
<nicolas@ndufresne.ca>
Thu, 8 Nov 2018 15:42:51 +0000
(15:42 +0000)
sys/winks/ksvideohelpers.c
patch
|
blob
|
history
diff --git
a/sys/winks/ksvideohelpers.c
b/sys/winks/ksvideohelpers.c
index fac265a03de3618eaf431d68117eb61e4465502b..7c1facac3f3961d9e5e271ad6d301457ab1f6278 100644
(file)
--- a/
sys/winks/ksvideohelpers.c
+++ b/
sys/winks/ksvideohelpers.c
@@
-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);