summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-01-30 17:00:48 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:20:25 +0100
commitd875c654026fc8315cb75b8ad5dde2bc45856a63 (patch)
treedfb8be2b818ab90ed5e306cb6d0fa50c9857ef9e
parent467943daed3096543ba0cf3fb23d1c648d53f30c (diff)
images: add gstreamer1.0-plugins-good-multifile
Trying to store PNG files off our CSI Camera Module 5MP OV5640 on Apalis TK1 revealed the first few frames to be black resp. greenish. One way to overcome this is to save several images and just throw the first few away. In order to do so the multifilesink plug-in would be needed: gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,format={UYVY},width=640,height=480' ! videorate max-rate=10 ! videoconvert ! avenc_png ! multifilesink location=test%d.png Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-images/images/angstrom-lxde-image.bb1
-rw-r--r--recipes-images/images/angstrom-lxqt-image.bb1
-rw-r--r--recipes-images/images/angstrom-qt-x11-image.bb1
-rw-r--r--recipes-images/images/angstrom-qt5-x11-image.bb1
4 files changed, 4 insertions, 0 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb
index 6e23039..21fed78 100644
--- a/recipes-images/images/angstrom-lxde-image.bb
+++ b/recipes-images/images/angstrom-lxde-image.bb
@@ -68,6 +68,7 @@ GSTREAMER = " \
gstreamer1.0-plugins-good-id3demux \
gstreamer1.0-plugins-good-isomp4 \
gstreamer1.0-plugins-good-matroska \
+ gstreamer1.0-plugins-good-multifile \
gstreamer1.0-plugins-good-rtp \
gstreamer1.0-plugins-good-rtpmanager \
gstreamer1.0-plugins-good-udp \
diff --git a/recipes-images/images/angstrom-lxqt-image.bb b/recipes-images/images/angstrom-lxqt-image.bb
index b239eb7..49b3306 100644
--- a/recipes-images/images/angstrom-lxqt-image.bb
+++ b/recipes-images/images/angstrom-lxqt-image.bb
@@ -72,6 +72,7 @@ GSTREAMER = " \
gstreamer1.0-plugins-good-id3demux \
gstreamer1.0-plugins-good-isomp4 \
gstreamer1.0-plugins-good-matroska \
+ gstreamer1.0-plugins-good-multifile \
gstreamer1.0-plugins-good-rtp \
gstreamer1.0-plugins-good-rtpmanager \
gstreamer1.0-plugins-good-udp \
diff --git a/recipes-images/images/angstrom-qt-x11-image.bb b/recipes-images/images/angstrom-qt-x11-image.bb
index 28d9ca6..fb0a2c7 100644
--- a/recipes-images/images/angstrom-qt-x11-image.bb
+++ b/recipes-images/images/angstrom-qt-x11-image.bb
@@ -63,6 +63,7 @@ GSTREAMER = " \
gstreamer1.0-plugins-good-id3demux \
gstreamer1.0-plugins-good-isomp4 \
gstreamer1.0-plugins-good-matroska \
+ gstreamer1.0-plugins-good-multifile \
gstreamer1.0-plugins-good-rtp \
gstreamer1.0-plugins-good-rtpmanager \
gstreamer1.0-plugins-good-udp \
diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb
index 8478146..ec5edef 100644
--- a/recipes-images/images/angstrom-qt5-x11-image.bb
+++ b/recipes-images/images/angstrom-qt5-x11-image.bb
@@ -69,6 +69,7 @@ GSTREAMER = " \
gstreamer1.0-plugins-good-id3demux \
gstreamer1.0-plugins-good-isomp4 \
gstreamer1.0-plugins-good-matroska \
+ gstreamer1.0-plugins-good-multifile \
gstreamer1.0-plugins-good-rtp \
gstreamer1.0-plugins-good-rtpmanager \
gstreamer1.0-plugins-good-udp \