Fix argument order for mp_device_setup_entity_link (MR 13)
This commit is contained in:
@@ -196,7 +196,7 @@ mp_device_setup_link(MPDevice *device,
|
|||||||
g_return_val_if_fail(sink_pad, false);
|
g_return_val_if_fail(sink_pad, false);
|
||||||
|
|
||||||
return mp_device_setup_entity_link(
|
return mp_device_setup_entity_link(
|
||||||
device, source_pad->entity_id, 0, sink_pad->entity_id, 0, enabled);
|
device, source_pad->entity_id, sink_pad->entity_id, 0, 0, enabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Reference in New Issue
Block a user