Re: [gst-embedded] not able to make gstreamer to work

2008-10-23 Thread Raghavendra
] 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

Re: [gst-embedded] not able to make gstreamer to work

2008-10-23 Thread Ilia Smelykh
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