From 308aa1606bec73042dd021fa08ca12db55d65fcc Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Wed, 29 Jul 2020 17:39:06 -0500 Subject: [PATCH] Update gstreamer plugin README: use the glvideoflip plugin --- ports/gstplugin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/gstplugin/README.md b/ports/gstplugin/README.md index dd1fa87fea1..5bac38dfd76 100644 --- a/ports/gstplugin/README.md +++ b/ports/gstplugin/README.md @@ -38,9 +38,9 @@ To stream over the network: GST_PLUGIN_PATH=target/gstplugins \ gst-launch-1.0 -e servowebsrc \ ! video/x-raw\(memory:GLMemory\),framerate=50/1,width=512,height=256 \ + ! glvideoflip video-direction=vert \ ! glcolorconvert \ ! gldownload \ - ! videoflip video-direction=vert \ ! theoraenc \ ! oggmux \ ! tcpserversink host=127.0.0.1 port=8080 @@ -51,9 +51,9 @@ To save to a file: GST_PLUGIN_PATH=target/gstplugins \ gst-launch-1.0 -e servowebsrc \ ! video/x-raw\(memory:GLMemory\),framerate=50/1,width=512,height=256 \ + ! glvideoflip video-direction=vert \ ! glcolorconvert \ ! gldownload \ - ! videoflip video-direction=vert \ ! theoraenc \ ! oggmux \ ! filesink location=test.ogg