]
Sent: Thursday, October 23, 2008 12:41 PM
To: Raghavendra
Cc: gstreamer-embedded@lists.sourceforge.net
Subject: Re: [gst-embedded] not able to make gstreamer to work
Hi, you must set GST_PLUGIN_PATH environment variable. This variable points
to directory where your addition plugins installed
Hi, you must set GST_PLUGIN_PATH environment variable. This variable points
to directory where your addition plugins installed, for example if your
plugins were installed in /lib directory, then you must do this on your
system where you want to lauch gstreamer:
'export GST_PLUGIN_PATH=/lib' . You