[aravis] gst: add some pipeline examples.



commit 2d6ce9d730d2e1b0f2a32ac18809c19f82bc7f01
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Wed Apr 28 09:49:48 2010 +0200

    gst: add some pipeline examples.

 test/pipelines.txt |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/test/pipelines.txt b/test/pipelines.txt
new file mode 100644
index 0000000..1579539
--- /dev/null
+++ b/test/pipelines.txt
@@ -0,0 +1,26 @@
+Theora - udp
+~~~~~~~~~~~~
+
+aravissrc width=256 height=256 v-binning=4 h-binning=4 ! ffmpegcolorspace ! theoraenc bitrate=150 ! udpsink host=127.0.0.1 port=1234
+
+udpsrc port=1234 ! theoradec ! xvimagesink
+
+Mjpeg - tcp
+~~~~~~~~~~~
+
+aravissrc width=256 height=256 v-binning=4 h-binning=4 ! ffmpegcolorspace ! jpegenc quality=50 ! multipartmux ! tcpserversink port=1234
+
+tcpclientsrc host=127.0.0.1 port=1234 ! multipartdemux ! jpegdec ! xvimagesink
+
+Smoke - tcp
+~~~~~~~~~~~
+
+aravissrc width=256 height=256 v-binning=4 h-binning=4 ! ffmpegcolorspace ! smokeenc ! multipartmux ! tcpserversink port=1234
+
+tcpclientsrc host=127.0.0.1 port=1234 ! multipartdemux ! smokedec ! xvimagesink
+
+Direct output
+~~~~~~~~~~~~~
+
+aravissrc width=256 height=256 v-binning=4 h-binning=4 ! ffmpegcolorspace ! xvimagesink
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]