From 60e205cb92e7127742b42ff0e5c0bbc06df1d0e5 Mon Sep 17 00:00:00 2001
From: MaZderMind <git@mazdermind.de>
Date: Thu, 28 Jan 2016 11:21:52 +0100
Subject: fix example resolution

---
 .../gstreamer/source-videotestsrc-as-cam1-with-networktime.py           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example-scripts/gstreamer/source-videotestsrc-as-cam1-with-networktime.py b/example-scripts/gstreamer/source-videotestsrc-as-cam1-with-networktime.py
index 63ee180..b07bf55 100755
--- a/example-scripts/gstreamer/source-videotestsrc-as-cam1-with-networktime.py
+++ b/example-scripts/gstreamer/source-videotestsrc-as-cam1-with-networktime.py
@@ -14,7 +14,7 @@ class Source(object):
 		pipeline = """
 			videotestsrc pattern=ball foreground-color=0x00ff0000 background-color=0x00440000 !
 				timeoverlay !
-				video/x-raw,format=I420,width=192,height=108,framerate=25/1,pixel-aspect-ratio=1/1 !
+				video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 !
 				mux.
 
 			audiotestsrc freq=330 !
-- 
cgit v1.2.3