|
@@ -196,7 +196,7 @@ mp_device_setup_link(MPDevice *device,
|
|
|
g_return_val_if_fail(sink_pad, false);
|
|
|
|
|
|
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
|