GstPipelineStudio/TODO.md
Stéphane Cerveau 6756b34919 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 20:48:53 +01:00

1.1 KiB

TODO:

  • Fix c.fill issue
  • Create Element structure with pads and connections
  • Get a list of GStreamer elements in dialog add plugin
  • Add plugin details in the element dialog
  • Draw element with its pad
  • Be able to move the element on Screen
  • Create connection between element
  • [] Control the connection between element
    • unable to connect in and in out and out
    • [] unable to connnec element with incompatible caps.
    • unable to connect a port which is already connected
  • create contextual menu on pad or element
  • [] upclass the element
  • [] create a crate for graphview/node/port
  • save/load pipeline
  • Run a pipeline with GStreamer
  • Run the pipeline with GStreamer
  • Control the pipeline with GStreamer
  • Define the license
  • [] Connect the logs to the window
  • [] Create a window for the video output
  • [] Add multiple graphviews with tabs.

bugs

  • [] crash with x11 on contextual menu
  • [] check that element exists before creating it on file load.

Code cleanup

[] remove useless code from graphview [] Move render to a specific module