Stéphane Cerveau
7c102aa52d
app: add graph pop menu
...
Add a pop menu to add new plugin to the graph
2022-01-11 17:58:26 +01:00
Stéphane Cerveau
ee6b57dfae
pipeline: move render_gst to this module
...
Remove render_gst from graphview and define
it in pipeline.
This will allow to isolate properly the graphmanager
module.
2022-01-11 17:58:26 +01:00
Stéphane Cerveau
a49ba4a32a
graphview: can now select nodes and links
...
Nodes and links can be selected and deleted
2022-01-11 17:58:26 +01:00
Stéphane Cerveau
39e39767a3
GPSApp: Can now request pads on element
...
Add menu entries to add new pad/port to an element/node.
2022-01-11 17:58:26 +01:00
Stéphane Cerveau
1c96a78afe
plugindialogs: rename module and support properties in element
...
rename pluginlist module to plugindialogs
Add display_plugin_properties to modify properties
from an element.
Add a way to modify the location if element is URI_TYPE_SRC
Able to remove a node from the graph
2022-01-11 17:58:26 +01:00
Stéphane Cerveau
a5ef88ea5f
graphview: display contextual menu on right click
...
display a contextual menu if user clicks a node or port with a right
click.
2022-01-11 17:58:26 +01:00
Stéphane Cerveau
594aa43405
GPS: add GST render to parse launch format
...
The player is able to take the graph description and
build a string which will be passed to the
GStreamer parse launch engine.
2022-01-11 17:58:26 +01:00
Stéphane Cerveau
46e4ad726a
pipeline: implement parse launch playback
...
Can now play/pause/stop a playback from
a parse launch description GST pipeline.
rename getters in pipeline.rs
2022-01-11 17:58:26 +01:00
Stéphane Cerveau
fe93db3458
GPS: Add xml save/load in graphview
...
Can now save and load in XML
graphs/nodes/ports/links
2022-01-11 17:58:26 +01:00
Stéphane Cerveau
eb771a74f4
GPS: introduce the graphmanager
...
Introduce the first version of a graph manager
with:
- Graphview
- Node
- Port
2022-01-11 14:50:44 +01:00