winks: set PrioritySubClass to KSPRIORITY_NORMAL instead of 1

In order to match the reference implementation.
This commit is contained in:
Ole André Vadla Ravnås 2010-04-20 12:05:45 +02:00
parent c1d16c4fee
commit 35ed06fba2

View file

@ -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));