screencastService: Add an ERROR state for the pipeline state tracking
This will be useful when we start actually listening for ERROR events on the gstreamer bus. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2197>
This commit is contained in:
parent
98cfce0ebe
commit
e6196b5b9f
@ -33,6 +33,7 @@ const PipelineState = {
|
|||||||
PLAYING: 'PLAYING',
|
PLAYING: 'PLAYING',
|
||||||
FLUSHING: 'FLUSHING',
|
FLUSHING: 'FLUSHING',
|
||||||
STOPPED: 'STOPPED',
|
STOPPED: 'STOPPED',
|
||||||
|
ERROR: 'ERROR',
|
||||||
};
|
};
|
||||||
|
|
||||||
const SessionState = {
|
const SessionState = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user