meta-del-digi: Add extra packages to task-del-gstreamer.

We need some more gstreamer plugins in order to reproduce video files.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2012-11-21 16:02:53 +01:00
parent 837c3c3b2b
commit bad19ef1f6
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,9 @@ VIRTUAL_RUNTIME_gst-plugins-base = "\
gst-plugins-base \ gst-plugins-base \
gst-plugins-base-playbin \ gst-plugins-base-playbin \
gst-plugins-base-alsa \ gst-plugins-base-alsa \
gst-plugins-base-encodebin \
gst-plugins-base-decodebin \
gst-plugins-base-decodebin2 \
" "
VIRTUAL_RUNTIME_gst-plugins-good = "\ VIRTUAL_RUNTIME_gst-plugins-good = "\
@ -43,6 +46,7 @@ RDEPENDS_task-del-gstreamer = "\
fsl-mm-mp3enc-codeclib \ fsl-mm-mp3enc-codeclib \
${VIRTUAL_RUNTIME_gst-fsl-plugin} \ ${VIRTUAL_RUNTIME_gst-fsl-plugin} \
imx-lib \ imx-lib \
imx-firmware \
gstreamer \ gstreamer \
${VIRTUAL_RUNTIME_gst-plugins-base} \ ${VIRTUAL_RUNTIME_gst-plugins-base} \
${VIRTUAL_RUNTIME_gst-plugins-good} \ ${VIRTUAL_RUNTIME_gst-plugins-good} \