diff --git a/openvidu-filters/web/app.js b/openvidu-filters/web/app.js
index 7848adac..410e45db 100644
--- a/openvidu-filters/web/app.js
+++ b/openvidu-filters/web/app.js
@@ -202,7 +202,7 @@ function applyFilter() {
filter.type = 'GStreamerFilter';
filter.options = { "command": "videobox fill=black top=-30 bottom=-30 left=-30 right=-30" };
break;
- case 'Text':
+ /*case 'Text':
filter.type = 'GStreamerFilter';
filter.options = { "command": 'textoverlay text="Embedded text!" valignment=top halignment=right font-desc="Cantarell 25" draw-shadow=false' };
break;
@@ -213,7 +213,7 @@ function applyFilter() {
case 'Clock':
filter.type = 'GStreamerFilter';
filter.options = { "command": 'clockoverlay valignment=bottom halignment=right shaded-background=true font-desc="Sans, 20"' };
- break;
+ break;*/
}
selectedStreamManager.stream.applyFilter(filter.type, filter.options)
.then(f => {
diff --git a/openvidu-filters/web/index.html b/openvidu-filters/web/index.html
index f47d5d01..ca8c7395 100644
--- a/openvidu-filters/web/index.html
+++ b/openvidu-filters/web/index.html
@@ -94,7 +94,7 @@
-