mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Fix export type prototype
Pass the type as provided by the export type. This way we can look up the owner of the export type later.
This commit is contained in:
parent
3cb019de51
commit
0d3aa1fd30
4 changed files with 5 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ static const struct pw_proxy_events proxy_events = {
|
|||
};
|
||||
|
||||
struct pw_proxy *pw_core_spa_device_export(struct pw_core *core,
|
||||
uint32_t type, const struct spa_dict *props, void *object,
|
||||
const char *type, const struct spa_dict *props, void *object,
|
||||
size_t user_data_size)
|
||||
{
|
||||
struct spa_device *device = object;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue