From 9ed6d04d703464f990ce56fd2647faab943149c7 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sun, 26 Jul 2020 00:22:36 +0200 Subject: data: Increase gst-launch example resolution --- data/rygel.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/rygel.conf b/data/rygel.conf index 776f06de..56a612a9 100644 --- a/data/rygel.conf +++ b/data/rygel.conf @@ -133,10 +133,10 @@ audiotestsrc-mime=audio/x-wav audiotestsrc-launch=audiotestsrc ! wavenc videotestsrc-title=Videotestsrc videotestsrc-mime=video/mpeg -videotestsrc-launch=videotestsrc ! avenc_mpeg2video ! mpegtsmux +videotestsrc-launch=videotestsrc ! video/x-raw,width=640,height=480 ! avenc_mpeg2video ! mpegtsmux videotestoverlay-title=Videotestsrc with timeoverlay 2 videotestoverlay-mime=video/mpeg -videotestoverlay-launch=videotestsrc ! timeoverlay ! avenc_mpeg2video ! mpegtsmux +videotestoverlay-launch=videotestsrc ! video/x-raw,width=640,height=480 ! timeoverlay ! avenc_mpeg2video ! mpegtsmux [Test] enabled=false -- cgit v1.2.1