mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
clean up types
This commit is contained in:
parent
d9a51b5d14
commit
acedfe71c0
64 changed files with 756 additions and 752 deletions
|
|
@ -151,7 +151,7 @@ main (int argc, char *argv[])
|
|||
SpaFormat *fmt;
|
||||
SpaIDMap *map = spa_id_map_get_default();
|
||||
|
||||
format_type = spa_id_map_get_id (map, SPA_FORMAT_URI);
|
||||
format_type = spa_id_map_get_id (map, SPA_TYPE__Format);
|
||||
spa_media_types_fill (&media_types, map);
|
||||
spa_media_subtypes_map (map, &media_subtypes);
|
||||
spa_prop_video_map (map, &prop_video);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue