[gst-embedded] FW: GStreamer Porting

2009-01-21 Thread Raghavendra
Hi All, Respond me regarding the below mentioned issue. Thank you, Raghu _ From: Raghavendra [mailto:raghavend...@lge.com] Sent: Wednesday, January 21, 2009 10:05 AM To: 'gstreamer-embedded@lists.sourceforge.net' Subject: GStreamer Porting Hi all, I am having so

[gst-embedded] GStreamer Porting

2009-01-20 Thread Raghavendra
Hi all, I am having some porting doubt. Please help me. In porting GStreamer on any dual processor board (MIPS and DSP), GStreamer will sit on MIPS and my codecs will be there in Flash. When I say create plug-in/element for that codec, codec should be loaded to DSP processor from Flash (pleas

[gst-embedded] guide: porting on board

2008-12-09 Thread Raghavendra
Hi all, I want to port GStreamer on board. Before going for that I want to read some porting guide. Help me.. Thank you, Ragh . -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The fu

[gst-embedded] guide: porting on board

2008-12-02 Thread Raghavendra
Hi all, I want to port GStreamer on board. Before going for that I want to read some porting guide. Help me.. Thank you, Ragh . - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coo

[gst-embedded] gstreamer supports echo canceller .....???

2008-11-20 Thread Raghavendra
Hi all, Is current GStreamer supports echo canceller Thank you, Ragh .. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin S

Re: [gst-embedded] Gstreamer-embedded Digest, Vol 9, Issue 6

2008-11-18 Thread Raghavendra
bedded@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 > > Re: [gst-embedded] install error . > > From: Raghavendra <[EMAIL PROTECTED]> - 2008-11-11 12:32 > > Still me facing same problem . > > I just r

Re: [gst-embedded] install error .....

2008-11-11 Thread Raghavendra
Hi all, Help to resolve this ..not able to install ... Thank you, Ragh ... -Original Message- From: Stefan Kost [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2008 4:54 PM To: Raghavendra Cc: gstreamer-embedded@lists.sourceforge.net Subject: Re: [gst-embedded] install error

Re: [gst-embedded] install error .....

2008-11-11 Thread Raghavendra
Still me facing same problem . -Original Message- From: Stefan Kost [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2008 4:54 PM To: Raghavendra Cc: gstreamer-embedded@lists.sourceforge.net Subject: Re: [gst-embedded] install error . hi, do you have gtk-doc installed

[gst-embedded] install error .....

2008-11-11 Thread Raghavendra
After make install of gstreamer-0.10.21 i get this error. make[5]: *** [install-data-local] Error 1 make[5]: Leaving directory `/home/x/Desktop/gstreamer-0.10.21/docs/gst' make[4]: *** [install-am] Error 2 make[4]: Leaving directory `/home/x/Desktop/gstreamer-0.10.21/docs/gst' make[3]: *** [instal

Re: [gst-embedded] how to control the size of buffer

2008-11-11 Thread Raghavendra
Thank you very much ..its working -Original Message- From: Stefan Kost [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2008 3:50 PM To: Raghavendra Cc: gstreamer-embedded@lists.sourceforge.net Subject: Re: [gst-embedded] how to control the size of buffer Raghavendra schrieb

[gst-embedded] how to control the size of buffer

2008-11-10 Thread Raghavendra
Hi all, How to control/set the size of buffer, output of alsasrc plug-in by using caps Thank you, Ragh . - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based a

[gst-embedded] how to check codec supported list

2008-11-09 Thread Raghavendra
Hi all, Can anyone tell me what all the Codecs supported in GStreamer? Or how to check list of Codecs supported by GStreamer.. Thank you, Ragh ... - This SF.Net email is sponsored by the Moblin Your Move Developer's

Re: [gst-embedded] how to get user data in cbk

2008-11-05 Thread Raghavendra
Hi, Ok boss...i will check ... thnak you Ragh -Original Message- From: Edward Hervey [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 2:56 PM To: Raghavendra Cc: gstreamer-embedded@lists.sourceforge.net Subject: Re: [gst-embedded] how to get user data in cbk On Wed, 2008-11

[gst-embedded] how to get user data in cbk

2008-11-04 Thread Raghavendra
Hi all, How to get user specified data in below code. Means, where I can set my user specific data???/ please help meee.. Thank you, Raghu static void cb_handoff (GstElement *fakesrc, GstBuffer *buffer, GstPad *pad, gpointeru

[gst-embedded] whats the problem here????

2008-10-30 Thread Raghavendra
Hi all, Please tell me what wrong in this ..??? In this gst_pad_pull_range function is getting stuck Help me . Gst_get_buffer () { Pstpipeline = gst_pipeline_new ("captuer"); Pstsrc = Gst_element_factory_make ("v4lsrc", );

[gst-embedded] how to resolve this ?????

2008-10-29 Thread Raghavendra
Hi all, Me getting this below error while installing gst-plugin-good-0.10.x version... Please tell me how to resolve this?? -DHAVE_CONFIG_H -I. -I. -I../.. -pthread -I//include/gstreamer-0.10 -I/include/glib-2.0 -I//install/lib/glib-2.0/include -pthread -I//install//include/gstreamer-0.10 -I/i

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

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

2008-10-22 Thread Raghavendra
Hi all, I followed the steps provided to install GStreamer as in the below site. http://gstreamer.freedesktop.org/wiki/HowToCompileForEmbedded After install if I do gst-inspect filesrc me getting this below error. (gst-inspect-0.10:20020): GStreamer-WARNING **: Failed to load plug-in

[gst-embedded] installation error .....

2008-10-19 Thread Raghavendra
Hi all, Why I am getting this below error, while installing GStreaemr-0.10.20.2 .and other higher versions ... make[5]: *** [install-data-local] Error 1 make[5]: Leaving directory `/home/raghu/gstreamer/gstreamer-0.10.20.2/docs/gst' make[4]: *** [install-am] Error 2 make[4]: Leaving dire

[gst-embedded] Compilation Flags required????

2008-10-16 Thread Raghavendra
Hi, To build GStreamer libraries or to build GStreamer application any MACROS required??? Thank you Ragh . - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

[gst-embedded] compliation error in ubuntu ....

2008-10-16 Thread Raghavendra
Hi all, Me building simple GStreamer application in ubuntu. Me getting this below error. Please help me……… My GStreamer version is… Gstreramer-0.10.18 and glib version is glib-2.16.4 with libxml2 version is libxml2-2.6.31 .. Me not able to include gst.h in my application …..help me

[gst-embedded] regarding gst-inspect

2008-10-08 Thread Raghavendra
Hi all, When I do gst-inspect I will all list of plug-ins and elements name. in that typefindfuncitons is what?? And how to access those.. Help me. Thank you, Ragh.. - This SF.Net email is sponsored by the Moblin Your M

[gst-embedded] gstreamer plugins problem...

2008-10-07 Thread Raghavendra
Hi all, Me installed gstreamer-0.10.19, gst-plugins-base-0.10.19 and gst-plugins-good-0.10.3. when I do gst-inspect it is displaying some 50 plugins. But if id do gst-launch playbin, it is telling element not found. Please help me .why is like this?? Thanks in advance ragh ---

[gst-embedded] gstreamer-check.pc issue

2008-10-07 Thread Raghavendra
Hi all, How to get gstreamer-check-0.10.pc to build gstreamer-base-plugings. I have gstreamer-check.pc in my gstreamer installed pkgconfig folder. If I create a link with the above name, its not taking. How to resolve this??/ Please help me. Thank you Raghu -

[gst-embedded] GStreamer Sample Application Error

2008-10-05 Thread Raghavendra
Hi all, Me getting few error while executing my GStreamer sample application. Here me explaining the steps that I followed with sample code. Please make me correct if any wrong. GStreamer Version: gstreamer-0.10.13 Glib Version: glib-2.8.6 Step 1: insta

[gst-embedded] provide me installation guide

2008-09-30 Thread Raghavendra
Hi, Please provide me some installation guide of GStreamer for "Red Hat Enterprise Linux ES release 4". Thank you, Raghu - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest L

[gst-embedded] Gstreamer App-Dev on win32

2008-09-23 Thread Raghavendra
Hi all, Me, trying to develop some applications on win32 using GStreamer from couple of days. Still I am not able play a single MP3 audio file. I tried with all GStreamer versions for win32 provided in GStreamer site. And I couldn't find sufficient document to run simple applications and examples.

Re: [gst-embedded] Gstreamer App-Dev on win32

2008-09-12 Thread Raghavendra
e ...marshal related errors Please suggest me how to ahead??? and which glib binaries should be used Thank you, Raghu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Smith Sent: Friday, September 12, 2008 10:55 AM To: Raghavendra Cc

[gst-embedded] Gstreamer App-Dev on win32

2008-09-11 Thread Raghavendra
Hi all, Me, trying to develop some applications on win32 using GStreamer from couple of days. Still I am not able play a single MP3 audio file. I tried with all GStreamer versions for win32 provided in GStreamer site. And I couldn't find sufficient document to run simple applications and exampl