mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
winks: don't reinitialize MEDIASUBTYPE_I420
This commit is contained in:
parent
ffb40074cd
commit
4120cfa43f
1 changed files with 1 additions and 6 deletions
|
@ -33,11 +33,6 @@ static const GUID MEDIASUBTYPE_FOURCC =
|
||||||
0x38, 0x9B, 0x71}
|
0x38, 0x9B, 0x71}
|
||||||
};
|
};
|
||||||
|
|
||||||
extern const GUID MEDIASUBTYPE_I420 =
|
|
||||||
{ 0x30323449, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B,
|
|
||||||
0x71}
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef struct _KsVideoDeviceEntry KsVideoDeviceEntry;
|
typedef struct _KsVideoDeviceEntry KsVideoDeviceEntry;
|
||||||
|
|
||||||
struct _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))
|
KSPROPERTY_PIN_CTYPES, &pin_count, sizeof (pin_count), NULL))
|
||||||
goto beach;
|
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++) {
|
for (pin_id = 0; pin_id < pin_count; pin_id++) {
|
||||||
KSPIN_COMMUNICATION pin_comm;
|
KSPIN_COMMUNICATION pin_comm;
|
||||||
|
|
Loading…
Reference in a new issue