From 35ed06fba2992a9da71777addeff3fac78c76cb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Tue, 20 Apr 2010 12:05:45 +0200 Subject: [PATCH] winks: set PrioritySubClass to KSPRIORITY_NORMAL instead of 1 In order to match the reference implementation. --- sys/winks/ksvideohelpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/winks/ksvideohelpers.c b/sys/winks/ksvideohelpers.c index 9e502d0..8399762 100644 --- a/sys/winks/ksvideohelpers.c +++ b/sys/winks/ksvideohelpers.c @@ -637,7 +637,7 @@ ks_video_create_pin_conn_from_media_type (KsVideoMediaType * media_type) conn->PinId = media_type->pin_id; conn->PinToHandle = NULL; conn->Priority.PriorityClass = KSPRIORITY_NORMAL; - conn->Priority.PrioritySubClass = 1; + conn->Priority.PrioritySubClass = KSPRIORITY_NORMAL; format = (KSDATAFORMAT *) (conn + 1); memcpy (format, media_type->range, sizeof (KSDATAFORMAT)); -- 2.7.4