X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=state.proto;h=6372e61b5cc4b22575888c47c3f38cc91324649e;hb=6ffaabac0a523617b686f40c154a25cb548cc561;hp=8ea6b9723b864e79357a41cc754c92d09c17e11b;hpb=5cb4274907d32fb8946558988461224196c2be59;p=nageru diff --git a/state.proto b/state.proto index 8ea6b97..6372e61 100644 --- a/state.proto +++ b/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; }; + enum InputSourceType { SILENCE = 0; CAPTURE_CARD = 1; ALSA_INPUT = 2; FFMPEG_VIDEO_INPUT = 3; }; optional InputSourceType type = 1; optional int32 index = 2;