Wim Taymans
|
a212d2f9ed
|
improve error handling some more
|
2019-06-20 11:04:34 +02:00 |
|
Wim Taymans
|
00ea15dc1f
|
improve error handling
|
2019-06-19 16:22:22 +02:00 |
|
Wim Taymans
|
c6c9e6a8b3
|
core: add method to load spa_handle
Add a method that loads a spa handle based on the currently configured
libraries in the core. Remove duplicate code.
|
2019-06-07 10:12:44 +02:00 |
|
Wim Taymans
|
49ef8f9b5f
|
spa: add keys for properties
Define and document property keys
|
2019-06-03 16:48:01 +02:00 |
|
Wim Taymans
|
d4def56bcb
|
spa: don't pass library around
Don't pass the library in the methods, we use the factory_name to
find the object. Make it possible to override the default library
with a property.
|
2019-05-31 16:06:14 +02:00 |
|
Wim Taymans
|
b195a25636
|
pipewire: only load spa_handle
Only provide a method to load a spa_handle, getting the interface
from that is easy and we only use refcounting on the handle.
|
2019-05-20 09:49:39 +02:00 |
|
Wim Taymans
|
3dc6820e9e
|
Don't use __ in defines or declarations, it's reserved
SPA_TYPE -> SPA_TYPE_INFO for type info strings
improve includes
Fixes #115
|
2019-01-14 13:00:00 +01:00 |
|
Wim Taymans
|
417c1cd756
|
device: add media.class to global properties
|
2018-11-28 11:12:36 +01:00 |
|
Wim Taymans
|
e1bd12e599
|
device: add device object
Make a device object, let the v4l2 monitor create device objects
The device object is responsible for dynamically creating nodes.
|
2018-11-23 12:43:47 +01:00 |
|