mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2026-05-08 08:08:02 +02:00
pipewire: Edit fixme about port media type
This commit is contained in:
parent
dce228ff60
commit
a9aec985b0
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ fn handle_node(node: &GlobalObject<ForeignDict>, sender: &glib::Sender<PipewireM
|
|||
.unwrap_or_default(),
|
||||
);
|
||||
|
||||
// FIXME: This relies on the node being passed to us by the pipwire server before its port.
|
||||
// FIXME: Instead of checking these props, the "EnumFormat" parameter should be checked instead.
|
||||
let media_type = props
|
||||
.get("media.class")
|
||||
.map(|class| {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue