command: add add-spa-lib command

Add a command to add a factory name regex to library mapping.
This commit is contained in:
Wim Taymans 2019-05-31 15:03:56 +02:00
parent b9d9042695
commit 89a86db0c4
2 changed files with 43 additions and 1 deletions

View file

@ -335,7 +335,7 @@ int main(int argc, char *argv[])
* If you plan to autoconnect your stream, you need to provide at least
* media, category and role properties
*
* Pass your events and a use_data pointer as the last arguments. This
* Pass your events and a user_data pointer as the last arguments. This
* will inform you about the stream state. The most important event
* you need to listen to is the process event where you need to consume
* the data provided to you.