pipewire/spa
Peter Hutterer 98503a84b3 spa: fix an C++ invalid type conversion
In file included from spa/tests/test-cpp.cpp:49:
../spa/include/spa/param/latency-utils.h: In function ‘int spa_latency_parse(const spa_pod*, spa_latency_info*)’:
../spa/include/spa/param/latency-utils.h:95:25: error: invalid conversion from ‘int’ to ‘spa_direction’ [-fpermissive]
   95 |         info->direction &= 1;
      |         ~~~~~~~~~~~~~~~~^~~~
      |                         |
      |                         int
2021-06-04 17:57:10 +10:00
..
examples treewide: replace plain strcmp() calls with spa_streq 2021-05-18 22:10:27 +10:00
include spa: fix an C++ invalid type conversion 2021-06-04 17:57:10 +10:00
plugins bluez5: init node soft volumes to 1.0f 2021-06-03 07:17:41 +00:00
tests spa: add SPA_FOR_EACH_ELEMENT for array traversal 2021-06-03 07:25:32 +00:00
tools treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
meson.build meson: fix build if bluez5 option is disabled 2021-05-28 21:01:38 +08:00