summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-08-07 18:20:53 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-07 19:01:34 +0200
commitbb881a91d5f7ae44bd3cb5ae9f4f3869bb4179a0 (patch)
tree3fda49ae34535b85dc5510cc9aa67930ae6b3f01 /sys
parent4191956ff918830f1253e1242b8e9da47edf723e (diff)
winks: don't reinitialize MEDIASUBTYPE_I420
Diffstat (limited to 'sys')
-rw-r--r--sys/winks/ksvideohelpers.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/winks/ksvideohelpers.c b/sys/winks/ksvideohelpers.c
index 1772e5bcc..6064e0e39 100644
--- a/sys/winks/ksvideohelpers.c
+++ b/sys/winks/ksvideohelpers.c
@@ -33,11 +33,6 @@ static const GUID MEDIASUBTYPE_FOURCC =
0x38, 0x9B, 0x71}
};
-extern const GUID MEDIASUBTYPE_I420 =
- { 0x30323449, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B,
- 0x71}
-};
-
typedef struct _KsVideoDeviceEntry KsVideoDeviceEntry;
struct _KsVideoDeviceEntry
@@ -472,7 +467,7 @@ ks_video_probe_filter_for_caps (HANDLE filter_handle)
KSPROPERTY_PIN_CTYPES, &pin_count, sizeof (pin_count), NULL))
goto beach;
- GST_DEBUG ("pin_count = %d", pin_count);
+ GST_DEBUG ("pin_count = %lu", pin_count);
for (pin_id = 0; pin_id < pin_count; pin_id++) {
KSPIN_COMMUNICATION pin_comm;