Adding gstreamer to Image

Hi,

I need to add gstreamer to the image for rtsp streaming in WP8548. I added IMAGE_INSTALL += “gstreamer” to the image.inc file. The image is built successfully with gstreamer from the recipes in poky/meta/recipes-multimedia/gstreamer and I am able to work with filesrc.

But when I added IMAGE_INSTALL += “gstreamer1.0-plugins-bad” and IMAGE_INSTALL += “gstreamer1.0-plugins-base” to image.inc, the image is built successfully but the plugins are not available. Let me know if I am missing anything.

Below is the contents of /usr/lib/gstreamer-0.10/ directory
libgstcoreelements.so libgstcoreindexers.so

Thanks,
Hari.