X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=nageru%2Fstate.proto;h=8ea6b9723b864e79357a41cc754c92d09c17e11b;hp=6372e61b5cc4b22575888c47c3f38cc91324649e;hb=ecaec75dd52d076ba53cafa1fed716ebc0d93da6;hpb=e131edb9e568383e2700666c6f91394ce895b07f diff --git a/nageru/state.proto b/nageru/state.proto index 6372e61..8ea6b97 100644 --- a/nageru/state.proto +++ b/nageru/state.proto @@ -8,7 +8,7 @@ syntax = "proto2"; // to the right device even if the devices have moved around. message DeviceSpecProto { // Members from DeviceSpec itself. - enum InputSourceType { SILENCE = 0; CAPTURE_CARD = 1; ALSA_INPUT = 2; FFMPEG_VIDEO_INPUT = 3; }; + enum InputSourceType { SILENCE = 0; CAPTURE_CARD = 1; ALSA_INPUT = 2; }; optional InputSourceType type = 1; optional int32 index = 2;