Added better logic for different kinds of filter nodes for only-physical.
Added fallback in case the final node doesn't have the volume property.
This commit is contained in:
@@ -38,7 +38,8 @@ class Wireplumber : public ALabel {
|
||||
|
||||
uint32_t resolvePhysicalSink(uint32_t start_id);
|
||||
uint32_t findPlaybackNodeId(const gchar* description);
|
||||
static uint32_t get_linked_sink_id(WpObjectManager* om, uint32_t from_node_id, const gchar* media_class);
|
||||
uint32_t get_linked_sink_id(WpObjectManager* om, uint32_t from_node_id);
|
||||
uint32_t get_linked_node_from_output_ports(WpObjectManager* om, uint32_t from_node_id);
|
||||
|
||||
WpCore* wp_core_;
|
||||
GPtrArray* apis_;
|
||||
|
||||
Reference in New Issue
Block a user