diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-07 09:28:14 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-07 12:57:16 +0200 |
commit | 750b4c97ce07ac9d2060360d2515d57efcf4b4fc (patch) | |
tree | bc07a27784ff35573dae0e21b344c478f92f1644 /recipes/esc/esc-gst/n5 | |
parent | 1df846cc5ffecf69f162b260eeccc0b070cb6175 (diff) |
ESC/2010: move all files into esc/ dir
Diffstat (limited to 'recipes/esc/esc-gst/n5')
-rwxr-xr-x | recipes/esc/esc-gst/n5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/esc/esc-gst/n5 b/recipes/esc/esc-gst/n5 new file mode 100755 index 0000000000..c5d7f3ea3d --- /dev/null +++ b/recipes/esc/esc-gst/n5 @@ -0,0 +1,4 @@ +#! /bin/sh +set -x +gst-launch udpsrc port=5434 caps="application/x-rtp, payload=96, clock-rate=90000, encoding-name=MP4V-ES" ! rtpmp4vdepay ! video/mpeg, mpegversion=4, systemstream=false, framerate=\(fraction\)23/1, width=1280, height=720, codec_data=\(buffer\)000001010000012000845d4c294022d0a21f ! ffdec_mpeg4 ! dmaiperf print-arm-load=true ! omapdmaifbsink + |