Commit ca8f27dd authored by Clement Guedez's avatar Clement Guedez

Add information in UI

parent 137dc6a7
...@@ -56,7 +56,7 @@ static inline QString getDisplayNameFromEnum(const InputFormatEnum& value) { ...@@ -56,7 +56,7 @@ static inline QString getDisplayNameFromEnum(const InputFormatEnum& value) {
case InputFormatEnum::AJA: case InputFormatEnum::AJA:
return QCoreApplication::translate("InputFormat", "AJA (BETA)"); return QCoreApplication::translate("InputFormat", "AJA (BETA)");
case InputFormatEnum::NETWORK: case InputFormatEnum::NETWORK:
return QCoreApplication::translate("InputFormat", "RTSP inputs"); return QCoreApplication::translate("InputFormat", "RTSP/RTMP inputs");
case InputFormatEnum::V4L2: case InputFormatEnum::V4L2:
return QCoreApplication::translate("InputFormat", "Video for Linux Two"); return QCoreApplication::translate("InputFormat", "Video for Linux Two");
case InputFormatEnum::INVALID: case InputFormatEnum::INVALID:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment