mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
winks: set PrioritySubClass to KSPRIORITY_NORMAL instead of 1
In order to match the reference implementation.
This commit is contained in:
parent
c1d16c4fee
commit
35ed06fba2
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue