summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-07-26 00:22:36 +0200
committerJens Georg <mail@jensge.org>2020-07-26 00:22:36 +0200
commit9ed6d04d703464f990ce56fd2647faab943149c7 (patch)
treeb481fd997df25ab1eb673a5f49f1ae5973919060 /data
parente6ce96a6900907ba822dc45a51f50e11612c880b (diff)
downloadrygel-9ed6d04d703464f990ce56fd2647faab943149c7.tar.gz
data: Increase gst-launch example resolution
Diffstat (limited to 'data')
-rw-r--r--data/rygel.conf4
1 files changed, 2 insertions, 2 deletions
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