deepstream-services-library icon indicating copy to clipboard operation
deepstream-services-library copied to clipboard

Window Sink to initiate Pipeline Stop and main-loop quit if there are no added "Delete Event Handlers"

Open rjhowell44 opened this issue 1 year ago • 0 comments

Currently, the client must register a Delete Event Handler to be called on window delete event (close) and stop the Pipeline and quit the main-loop.

Changing the default behavior of the Window Sinks to send an application message to the Pipeline State Manager to handle the pipeline stop and quit the main-loop if there are no registered client handlers.

rjhowell44 avatar Sep 19 '24 19:09 rjhowell44