diff options
author | Ole André Vadla Ravnås <oravnas@cisco.com> | 2010-04-20 12:05:45 +0200 |
---|---|---|
committer | Ole André Vadla Ravnås <oravnas@cisco.com> | 2010-10-28 17:08:41 +0200 |
commit | 35ed06fba2992a9da71777addeff3fac78c76cb8 (patch) | |
tree | 13f0bfeab5af511a4bd42aee223f1dca7210298f /sys/winks/ksvideohelpers.c | |
parent | c1d16c4fee6ce5b50c131216b5605b7b9d4e1729 (diff) | |
download | gstreamer-plugins-bad-35ed06fba2992a9da71777addeff3fac78c76cb8.tar.gz |
winks: set PrioritySubClass to KSPRIORITY_NORMAL instead of 1
In order to match the reference implementation.
Diffstat (limited to 'sys/winks/ksvideohelpers.c')
-rw-r--r-- | sys/winks/ksvideohelpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/winks/ksvideohelpers.c b/sys/winks/ksvideohelpers.c index 9e502d021..8399762e6 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)); |