mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
app: set light mode for capsfilter node/element
This commit is contained in:
parent
078940fd48
commit
8603b21d98
1 changed files with 2 additions and 0 deletions
|
@ -840,6 +840,8 @@ impl GPSApp {
|
|||
node.update_properties(&properties);
|
||||
}
|
||||
});
|
||||
} else if GPS::ElementInfo::element_is_capsfilter(element_name) {
|
||||
node.set_light(true);
|
||||
}
|
||||
graphview.add_node(node);
|
||||
for input in inputs {
|
||||
|
|
Loading…
Reference in a new issue