gstreamer is not able to build

2012-03-08 Thread sujesh.k.p kp
hai all, please tell somebody how to build gstreamer ,we followed in read me file but it is not working, we using arm-2009q1 tool chain. showing error like this checking for C compiler default output file name... configure: error: C compiler cannot create executable arm-2009q1

Help with gstreamer

2011-12-15 Thread Timothy Bean
Hi Guys I got Gstreamer installed and am getting the gst-rtsp-server going. Got it compiled finally but when I run: ./test-video ./test-video: symbol lookup error: /usr/lib/libgstreamer-0.10.so.0: undefined symbol: g_once_init_enter_impl I Googled and says maybe something wrong with different

Re: DM365 GStreamer Resizer Config Setup happens...where?

2011-06-14 Thread Raffaele Recalcati
Hi Sing, On Wed, Jun 8, 2011 at 2:38 PM, Singh, Brijesh wrote: > The resizing is done in v4l2src. The v4l2src has logic to configure IPIPE > on-fly resizing mode. Look at the v4l2src, you can find the implementation > details in dm36x_ipipe file. I have found what you mean. But I can't enable it

DM365 GStreamer Resizer memory allocation woes

2011-06-10 Thread Paul Stuart
Hi, Enabling dual resizer in my gstreamer pipeline to encode and display at two different resolutions simultaneously. I've enabled the second resizer in v4l2_dm365_ipipe.c, but now there is the problem of allocating space for the Resizer B's output that directly follows Resizer A&#x

RE: DM365 GStreamer Resizer Config Setup happens...where?

2011-06-08 Thread Singh, Brijesh
-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Paul Stuart Sent: Tuesday, June 07, 2011 5:28 PM To: davinci-linux-open-source Subject: DM365 GStreamer Resizer Config Setup happens...where? Hi, In the case of a simple

Re: DM365 GStreamer Resizer Config Setup happens...where?

2011-06-08 Thread Raffaele Recalcati
> gst-launch v4l2src input-src=composite > !’video/x-raw-yuv,format=(fourcc)NV12,width=640,height=480’ ! tidisplaysink2 > video-standard=vga display-output=lcd > > > > Does anyone know how and where the resizer is configured to give me the > 640x480 output? change 320x240 in 640x480 and you'll hav

DM365 GStreamer Resizer Config Setup happens...where?

2011-06-07 Thread Paul Stuart
Hi, In the case of a simple GStreamer Loop-Throught recipe like: gst-launch v4l2src input-src=composite !'video/x-raw-yuv,format=(fourcc)NV12,width=640,height=480' ! tidisplaysink2 video-standard=vga display-output=lcd Does anyone know how and where the resizer is configured to g

How to add LCD output and 320x240 resolution in gstreamer TIDmaivideosink in dm365

2010-06-23 Thread tamil arasu
Hi All This is Arasu.I am new to gstreamer and this forum.My Target board is DM365 Leopard .i was able to display video in composite output using TIDmaivideosink.now i want to add *LCD* output and 320x240 resolution in *gstreamer* for TIDmaivideosink. Below one is

AIC33+DM355+gstreamer

2010-04-16 Thread Idriss Ghodhbane
Hello Everybody, The project I'm working on consists in streaming audio and video between two DM355 Evm using Gstreamer. After many searches, I remarked that I require offloading all the audio processing in the gstreamer pipelines (Alsasrc, alsasink, osssrc...) to the DSP side and not to th

Re: DM355 CPU overload+alaw+gstreamer

2010-04-09 Thread Vladimir Pantelic
I am using the DM355 evm and I am working on streaming audio > between two > DM355. > > I have integrated the Alaw codec in the gstreamer because I > haven't any > TI audio codec included in my evm DM355. > > Despite th

Re: DM355 CPU overload+alaw+gstreamer

2010-04-09 Thread Albert Burbea
Hi how do you use oprofile? Albert On Thu, Apr 8, 2010 at 5:14 PM, Vladimir Pantelic wrote: > Idriss Ghodhbane wrote: > >> Hi everybody, >> >> I am using the DM355 evm and I am working on streaming audio between two >> DM355. >> >> I have integrated

Re: DM355 CPU overload+alaw+gstreamer

2010-04-08 Thread Vladimir Pantelic
Idriss Ghodhbane wrote: Hi everybody, I am using the DM355 evm and I am working on streaming audio between two DM355. I have integrated the Alaw codec in the gstreamer because I haven't any TI audio codec included in my evm DM355. Despite the Alaw codec doesn't do comp

DM355 CPU overload+alaw+gstreamer

2010-04-08 Thread Idriss Ghodhbane
Hi everybody, I am using the DM355 evm and I am working on streaming audio between two DM355. I have integrated the Alaw codec in the gstreamer because I haven't any TI audio codec included in my evm DM355. Despite the Alaw codec doesn't do compression or decompression, the CPU is

Re: arago next and gstreamer-ti and dm365

2010-03-18 Thread Raffaele Recalcati
> *Sent:* Thursday, March 18, 2010 7:02 AM > > *To:* davinci-linux-open-source > *Subject:* Re: arago next and gstreamer-ti and dm365 > > There is a mailing list for arago: arago-de...@gforge.ti.com > > Regarding the fetch error, you need to download the file manually, put i

RE: arago next and gstreamer-ti and dm365

2010-03-18 Thread Singh, Brijesh
...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Ernie Bert Sent: Thursday, March 18, 2010 7:02 AM To: davinci-linux-open-source Subject: Re: arago next and gstreamer-ti and dm365 There is a mailing list for arago: arago-de...@gforge.ti.com Regarding the

Re: arago next and gstreamer-ti and dm365

2010-03-18 Thread Ernie Bert
i To: davinci-linux-open-source Sent: Wed, March 17, 2010 7:05:39 PM Subject: arago next and gstreamer-ti and dm365 I'm looking at gstreamer-ti, and seems really nice. But the compilation stops due to the error below. I'm not sure that I can ask something to this mailing list, but please answ

Re: arago next and gstreamer-ti and dm365

2010-03-18 Thread Ottavio Campana
On Wed, Mar 17, 2010 at 06:05:39PM +0100, Raffaele Recalcati wrote: > I'm looking at gstreamer-ti, and seems really nice. > But the compilation stops due to the error below. > I'm not sure that I can ask something to this mailing list, but please > answer me where is the be

Re: arago next and gstreamer-ti and dm365

2010-03-18 Thread Raffaele Recalcati
me other problems, > you may try poking developers on the #arago IRC channel at freenode. > > Diego > > On Mar 17, 2010, at 11:05 AM, Raffaele Recalcati wrote: > >> I'm looking at gstreamer-ti, and seems really nice. >> But the compilation stops due to the erro

Re: arago next and gstreamer-ti and dm365

2010-03-17 Thread Diego Dompe
I'm looking at gstreamer-ti, and seems really nice. > But the compilation stops due to the error below. > I'm not sure that I can ask something to this mailing list, but please answer > me where is the best place to go on with git kernel and DM365 codecs. > Thanks. > &g

arago next and gstreamer-ti and dm365

2010-03-17 Thread Raffaele Recalcati
I'm looking at gstreamer-ti, and seems really nice. But the compilation stops due to the error below. I'm not sure that I can ask something to this mailing list, but please answer me where is the best place to go on with git kernel and DM365 codecs. Thanks. http://arago-project.org/git

Re: G711 encoder decoder+Gstreamer+DM355

2010-03-10 Thread Diego Dompe
for this branch). Regards, Diego On Mar 10, 2010, at 8:36 AM, Idriss Ghodhbane wrote: > Hi everybody, > > After installing DMAI Gstreamer plugin on DM355, I tried to play a G711 audio > file using the "TIauddec" element but i didn't find the g711dec (decoder) in &g

G711 encoder decoder+Gstreamer+DM355

2010-03-10 Thread Idriss Ghodhbane
Hi everybody, After installing DMAI Gstreamer plugin on DM355, I tried to play a G711 audio file using the "TIauddec" element but i didn't find the g711dec (decoder) in codecName property. I found in the net that G711 codec is supported by Dm355 DVEM but is not integrated in gstr

"gstreamer" play delay.

2010-02-04 Thread Tarkan DOGU
Dear All, I have encountered a problem while using "gstreamer" on Davinci 6446 board. There is a min 4 sec and max. 7 sec. delay before playing the video. My streams are MPEG4,MPEG2 coded. I also attached my script below. Is there something wrong during the execution of the script? De

urgent...Gstreamer video issue

2010-02-03 Thread ragha vendra
hi,     I am new to gstreamer framewok I tried to run videos on dm6467 when i tried to play video files video are stoping(hanging )at different places like middle of video  or starting of video or it play till end of file .I  used --gst-debug=*:5 but i did not get any error messages and

RE: gstreamer -- Any example .avi/.ts files that run on the DM6467?

2009-11-13 Thread Maupin, Chase
Robert, I have used the following ffmpeg command in the past to take a .mov file from the apple movie trailers site and make an AVI file that will play on the DM6467 with GStreamer. ffmpeg -i tropic_thunder-tlr1a_720p.mov -r 60 -b 600 -vcodec mpeg2video -ab 4800 -acodec libmp3lame -s

gstreamer -- Any example .avi/.ts files that run on the DM6467?

2009-11-11 Thread Robert Chen
Hi all, I tried posting the below to the gstreamer and E2E forums, but no luck. Thought I'd see if anyone on this list might have any thoughts. Thanks! -Robert [Original message follows:] I'm working on running gstreamer on the DM6467 (on top of DVSDK 2.00.00.22). I download

Send me man page on how to build gstreamer on dm355

2009-09-28 Thread hui zhou
Hi, Can anybody send me man page on how to build gstreamer on dm355? The whole course on detail! Thanks! -- zhouhui ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http

MPEG-4 Video decoding through ti gstreamer plugins

2009-06-11 Thread Nitin Mahajan
Hello, I wanted to check whether the latest ti-gst plugins(from omap-zoom) support decoding of MPEG-4 video? I have a .mp4 file with MPEG-4 video and MPEG-4 AAC audio, when I play through the plugins only Audio plays. Here is the pipeline gst-launch --gst-debug-no-color filesrc location=/dem

Re: TI's Gstreamer plugin cannot be found by 'playbin' ?

2009-03-02 Thread Diego Dompe
not be found by 'playbin'. As: r...@dvevm:/opt# gst-launch -v playbin uri=file:///opt/gstreamer_demo/dm6446/mp4.ts (gst-launch-0.10:1264): GStreamer-WARNING **: Failed to load plugin '/opt/gstreamer/lib/gstreamer-0.10//libgstmad.so': /opt/gstreamer/lib/libid3tag.so.0: undefi ned sy

RE: TI's Gstreamer plugin cannot be found by 'playbin' ?

2009-03-02 Thread Singh, Brijesh
2009 8:35 PM To: davinci-linux-open-source@linux.davincidsp.com Subject: TI's Gstreamer plugin cannot be found by 'playbin' ? hi,everyone: If I use the fellow script, it work well. gst-launch --gst-debug-no-color --gst-debug=TI*:2 filesrc location=mp4.ts ! typefind ! mpegtsdem

TI's Gstreamer plugin cannot be found by 'playbin' ?

2009-03-01 Thread zhenfeng ren
v playbin uri=file:///opt/gstreamer_demo/dm6446/mp4.ts (gst-launch-0.10:1264): GStreamer-WARNING **: Failed to load plugin '/opt/gstreamer/lib/gstreamer-0.10//libgstmad.so': /opt/gstreamer/lib/libid3tag.so.0: undefi ned symbol: id3_frametype_unknown Setting pipeline to PAUSED ... /GstPlayB

RE: DMAI Based GStreamer Audio Video Synchronisation?

2009-03-01 Thread Nitin Mahajan
HI! --- On Sat, 28/2/09, Singh, Brijesh wrote: > From: Singh, Brijesh > Subject: RE: DMAI Based GStreamer Audio Video Synchronisation? > To: "nitin...@yahoo.com" , > "davinci-linux-open-source@linux.davincidsp.com" > > Date: Saturday, 28 February, 20

RE: DMAI Based GStreamer Audio Video Synchronisation?

2009-02-28 Thread Singh, Brijesh
controls the transparency via fb1. Thanks -Brijesh Singh From: Nitin Mahajan [nitin...@yahoo.com] Sent: Saturday, February 28, 2009 2:58 AM To: davinci-linux-open-source@linux.davincidsp.com; Singh, Brijesh Subject: RE: DMAI Based GStreamer Audio Video

RE: DMAI Based GStreamer Audio Video Synchronisation?

2009-02-28 Thread Nitin Mahajan
HI! Thanks again for your inputs. --- On Wed, 25/2/09, Singh, Brijesh wrote: > From: Singh, Brijesh > Subject: RE: DMAI Based GStreamer Audio Video Synchronisation? > To: "nitin...@yahoo.com" , > "davinci-linux-open-source@linux.davincidsp.com" > > Da

TI GStreamer plugin for DaVinci and OMAP processors released

2009-02-27 Thread Maupin, Chase
All, GStreamer is an open-source multimedia pipeline engine. TI is pleased to announce that we have created a plugin for GStreamer that contains several elements to enable the use of TI hardware with GStreamer. This includes elements to use the DSP or other hardware accelerators to encode

RE: DMAI Based GStreamer Audio Video Synchronisation?

2009-02-25 Thread Singh, Brijesh
at the same time. By default encoder uses "encodeCombo" and decoder uses "decodeCombo". To solve this problem you need to use "loopbackCombo" which has both video encoder and decoder. To use loopback combo you need to modify gstreamer codec cfg file. Look at the pl

RE: DMAI Based GStreamer Audio Video Synchronisation?

2009-02-24 Thread Nitin Mahajan
Hello Brijech, Thanks for your inputs, --- On Wed, 25/2/09, Singh, Brijesh wrote: > From: Singh, Brijesh > Subject: RE: DMAI Based GStreamer Audio Video Synchronisation? > To: "Vladimir Pantelic" , > "davinci-linux-open-source@linux.davincidsp.com" >

RE: DMAI Based GStreamer Audio Video Synchronisation?

2009-02-24 Thread Singh, Brijesh
Sent: Tuesday, February 24, 2009 12:51 AM To: davinci-linux-open-source@linux.davincidsp.com Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: DMAI Based GStreamer Audio Video Synchronisation? Nitin Mahajan wrote: > Hello ! > > I am running the DMAI based gstreamer plugins r11

Re: DMAI Based GStreamer Audio Video Synchronisation?

2009-02-23 Thread Vladimir Pantelic
Nitin Mahajan wrote: Hello ! I am running the DMAI based gstreamer plugins r110. When I play the following file, http://www.disney.co.uk/junglebook/podcast/TrustInMe_iPod.mp4 The Audio Video synchronization is missing. Can someone give me some pointers on which areas of code to lookin

DMAI Based GStreamer Audio Video Synchronisation?

2009-02-23 Thread Nitin Mahajan
Hello ! I am running the DMAI based gstreamer plugins r110. When I play the following file, http://www.disney.co.uk/junglebook/podcast/TrustInMe_iPod.mp4 The Audio Video synchronization is missing. Can someone give me some pointers on which areas of code to lookin, since I am not very

Re: How to run DMAI Based GStreamer ?

2009-02-22 Thread zhenfeng ren
hi, I change the example scripts in /opt/gstreamer_demo. Now the below pipeline work well with TS file contained mpeg 4 video and mpeg 4 audio. gst-launch --gst-debug-no-color --gst-debug=TI*:2 filesrc location=mp4.ts ! typefind ! mpegtsdemux name=demux demux. ! audio/mpeg ! queue max-size-bu

Re: How to run DMAI Based GStreamer ?

2009-02-22 Thread Diego Dompe
Hi, Gstreamer is compiled successfully except plugin "mad"(libid3tag.so.0 cannot find one symbol). I try many avi files, and I failed all. The video and audio files in DVEVM 1.10 cannot be played ,too. What pipelines are you trying? Without that information is hard to tell wha

How to run DMAI Based GStreamer ?

2009-02-22 Thread zhenfeng ren
hi,everyone My EVM is DM6446 with DVSDK 1.3 downloaded form TI website. The codes I compile are from https://omapzoom.org/gf/project/gstreamer_ti Gstreamer is compiled successfully except plugin "mad"(libid3tag.so.0 cannot find one symbol). I try many avi files, and I failed all. The

gstreamer codecengine dsplink.ko and memory leaks / system crashes

2009-02-05 Thread DISTEC Kiermaier Dieter
Hi all, we observed a very bad behaviour of gstreamer on davinci dm6443. We are using latest gstreamer from omapzoom.com and latest ti 2.6.10 kernel with dvsdk 1.30 (and also 2.00) If we play a elementary audio stream with gstreamer after every application exit we lost 48kByte memory. You can

RE: GStreamer, fbvidesink and GIT Kernel

2009-01-11 Thread Venkatachala Upadhya
Hi, I assume that fbvideosink may not work with /dev/fb/0 as it is designated as the OSD layer by TI. I have not tried this though. I have not used fbdevsink of gstreamer used with dm6446 EVM. TI has developed fbvideosink, because to demonstrate their DSP, as DSP can write to /dev/fb/3 with

Re: GStreamer, fbvidesink and GIT Kernel

2009-01-09 Thread Yusuf Caglar AKYUZ
was to demonstrate that fbdevsink works with fb0 but fbvideosink is not. BTW, I didn't understand why TI has written a seperate plug-in for a fb sink, because already implemented fb sink in gstreamer tree(fbdevsink) is working well(until now) Maybe I'm missing the design requirement, any clue

RE: GStreamer, fbvidesink and GIT Kernel

2009-01-09 Thread Venkatachala Upadhya
...@linux.davincidsp.com] On Behalf Of Yusuf Caglar AKYUZ Sent: 07 January, 2009 10:22 PM To: davinci-linux-open-sou...@linux. Subject: Re: GStreamer, fbvidesink and GIT Kernel -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yusuf Caglar AKYUZ wrote: > Hi all, > > My problem is very specific to gst

Re: GStreamer, fbvidesink and GIT Kernel

2009-01-07 Thread Nitin Mahajan
HI! - Original Message > From: Yusuf Caglar AKYUZ > To: "davinci-linux-open-sou...@linux." > > Sent: Wednesday, January 7, 2009 22:22:07 > Subject: Re: GStreamer, fbvidesink and GIT Kernel > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > &

Re: GStreamer, fbvidesink and GIT Kernel

2009-01-07 Thread Yusuf Caglar AKYUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yusuf Caglar AKYUZ wrote: > Hi all, > > My problem is very specific to gstreamer ti plugins' code. I hope > someone is still maintaining those codes and following this list. > > I'm trying to get started with gstreamer o

GStreamer, fbvidesink and GIT Kernel

2009-01-07 Thread Yusuf Caglar AKYUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, My problem is very specific to gstreamer ti plugins' code. I hope someone is still maintaining those codes and following this list. I'm trying to get started with gstreamer on git kernel 2.6.27-rc6. I'm trying to get ti-plugi

Gstreamer on DM6446 EVM board - streaming scenario

2008-11-12 Thread Venkatachala Upadhya
Hello, I am using gstreamer in DM6446 evaluation board. I am streaming the h.264 encoded video from a Linux PC (FC9) to the board using rtp and udp. What I have observed is there is a lot of packet drop during the stream palyback in the board. If I introduce some delay between the packets, I

gstreamer help nedded

2008-09-12 Thread kiran
hye everyone, I am trying to run video files using gstreamer-ti for da-vinci. But i always encounter problem of VIDDEC_proces returing value of -1 saying the XDM_CORRUPTED DATA and XDM_UNSUPPORTEDPARAM. The Media files is avi format which contains mpeg4 video and mp3 audio

Fwd: Gstreamer help needed please

2008-09-12 Thread kiran
hye everyone, I am trying to run video files using gstreamer-ti for da-vinci. But i always encounter problem of VIDDEC_proces returing value of -1 saying the XDM_CORRUPTED DATA and XDM_UNSUPPORTEDPARAM. The Media files is avi format which contains mpeg4 video and mp3 audio

RE: GStreamer with DVSDK 1.30

2008-09-08 Thread Venkatachala Upadhya
:[EMAIL PROTECTED] On Behalf Of Brad Bitterman Sent: 08 September, 2008 4:57 PM To: davinci-linux-open-source Subject: GStreamer with DVSDK 1.30 Has anyone been able to et GStreamer to build and run using the latest tools and DVSDK from TI? Thanks, Brad

GStreamer with DVSDK 1.30

2008-09-08 Thread Brad Bitterman
Has anyone been able to et GStreamer to build and run using the latest tools and DVSDK from TI? Thanks, Brad ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo

gstreamer v4l2 and fbvideosink

2008-09-05 Thread ketan deshpande
Hello everybody, I am trying to run the gstreamer pipeline from v4l2 to fb using the following command gst-launch-0.10 v4l2src ! fbvideosink device=/dev/fb/3 but I keep getting the following error WARNING: from element /pipeline0/v4l2src0: Got unexpected frame size of 884736 instead

Re: Need Help on Gstreamer AVI - 264 video files

2008-08-29 Thread Anil
following gstreamer statements to run h264 video files (I used video files which i got along with demo) gst-launch-0.10 -v filesrc location=$1 ! gdecoder Codec=0 ! queue ! fbvideosink device=/dev/fb/3 but i do not see any video on my LCD screen .I even tried playing some MPEG4,AVI files with

gstreamer: unable to get loop back audio working

2008-08-29 Thread Sreejesh
Hi, I am using the latest gstreamer port for davinci (dm6446). The following pipeline doesn't seem to work. Gst-launch osssrc ! osssink Please help. I am able to play test audio samples using the following pipelines. Gst-launch audiotestsrc wave=3 ! osssink T

RE: gstreamer - crash while executing the test_MP3.sh script.

2008-08-29 Thread Maupin, Chase
Venkat, The GStreamer port you downloaded is designed to run using Codecs from the DVEVM 1.20 software release. Those codecs will not work with the updated dsplinkk module from DVSDK 1.30. You should use DVEVM 1.20 instead for everything to be compatible. Sincerely, Chase Maupin Software

gstreamer - crash while executing the test_MP3.sh script.

2008-08-29 Thread Venkatachala Upadhya
Hello, goal: Run gstreamer application using dvevm board. I have built the gstreamer for davinci as per the instruction given in the URLs http://focus.ti.com/dsp/docs/dspsplash.tsp?contentId=3100 and http://www.z3technology.com/DaVinci%5FGStreamer/ When I run the test script "test_MP3.sh&

RE: Need Help on Gstreamer AVI - 264 video files

2008-08-28 Thread Tivy, Robert
x27;ll take it from there. Regards, - Rob From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anil Sent: Thursday, August 28, 2008 1:46 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: Need Help on Gstreamer AVI - 264 video files Hi, I have

Need Help on Gstreamer AVI - 264 video files

2008-08-28 Thread Anil
Hi, I have issue with playing AVI / 264 video file using Gstreamer Release 2008.07.26 Followings are default parameter which I got with this release for cmemk and dsplink insmod cmemk.ko phys_start=0x8780 phys_end=0x88E0 pools

Gstreamer for DM3xx

2008-08-27 Thread Chulwoong Jeon
Hi, Does anyone know where I can get the new "Gstreamer for DM3xx" ? (http://wiki.davincidsp.com/index.php?title=DM3xx_Gstreamer_Solution <https://webmail.bbsconnect.ca/exchweb/bin/redir.asp?URL=http://wiki.dav incidsp.com/index.php?title=DM3xx_Gstreamer_Solution> ) If it

Fwd: problem in cross-compile gstreamer-0.10.19

2008-07-23 Thread harish bhat
Hi All, I am trying to cross-compile gstreamer-0.10.19 for davinci and facing problem while compiling gstreamer-0.10.19. Following error is shown during compilation of gstreamer: arm_v5t_le-gcc -I/home/harish/workdir/filesys/opt/gnashCode/gstreamercode/gstreamer-0.10.19/include/glib-2.0 -I/home

Re:Re: [gst-devel] how to check the gstreamer plugins'performance bottleneck

2008-07-23 Thread Volter Yen
en Sent: Thursday, July 24, 2008 9:57 AM To:[EMAIL PROTECTED]; davinci-linux-open-source Subject: [gst-devel] how to check the gstreamer plugins' performancebottleneck Hi all, Recently,I noticed that my gstreamer application take a lot of CPU resource, my platform is Ti dm644X(arm9+dsp), a

how to check the gstreamer plugins' performance bottleneck

2008-07-23 Thread Volter Yen
Hi all, Recently,I noticed that my gstreamer application take a lot of CPU resource, my platform is Ti dm644X(arm9+dsp), and I have used oprofile to get the following reports when playing a D1 mpeg2 ts file: [EMAIL PROTECTED]:/opt/test/# opreport CPU: CPU with timer interrupt, speed 0 MHz

RE: DM6446 : Gstreamer Problem.

2008-07-14 Thread Ring, Chris
D] Sent: Monday, July 14, 2008 8:02 AM To: davinci-linux-open-source@linux.davincidsp.com Cc: Ring, Chris Subject: DM6446 : Gstreamer Problem. Hi Chris and all, I am working on TI Davinci board (DM6446). We used the Gstreamer port for TI Davinci for running multimedia applications.I am able to buil

Re: Gstreamer issue : Not able to play AVI file

2008-07-07 Thread Albert Burbea
hi did u change the cmem settings? can u pls send the shell files? Albert On 7/7/08, Robin Gujjar <[EMAIL PROTECTED]> wrote: > > Hi Albert and All, > > I am still having having issue with playing video file on davinci using > gstreamer. > I am doing following ste

Re: Gstreamer issue : Not able to play AVI file

2008-07-07 Thread Robin Gujjar
Hi Albert and All, I am still having having issue with playing video file on davinci using gstreamer. I am doing following step for running video demo : -- # ./start_demo.sh then # ./test_AVI.sh

Re: Gstreamer issue : Not able to play AVI file

2008-07-03 Thread Albert Burbea
Just a guess but... Gstreamer (especially cmem) is complaining about 691200 bytes it can not find, and your pools and you configured the pools as 18x614400. It seems you are trying to decode an NTSC size video with VGA size buffers! I do not know why gstreamer needs to work with cmem, but as I

Re: Gstreamer issue : Not able to play AVI file

2008-07-03 Thread Robin Gujjar
a > > > -Original Message- > From: [EMAIL PROTECTED] on behalf of > Robin Gujjar > Sent: Thu 7/3/2008 2:53 PM > To: davinci-linux-open-source@linux.davincidsp.com > Subject: Gstreamer issue : Not able to play AVI file > > Hi All, > > I am trying to play so

RE: Gstreamer issue : Not able to play AVI file

2008-07-03 Thread JitendraJain
Robin, what format of video and audio you are having for AVI container file. -Jitendra -Original Message- From: [EMAIL PROTECTED] on behalf of Robin Gujjar Sent: Thu 7/3/2008 2:53 PM To: davinci-linux-open-source@linux.davincidsp.com Subject: Gstreamer issue : Not able to play AVI file

Gstreamer issue : Not able to play AVI file

2008-07-02 Thread Robin Gujjar
Hi All, I am trying to play some audio/video file using Gstreamer port from the Ti. I have cross compiled the port for my Davinci borad (DM6446). I am able to play a MP3 file also using (./test_MP3.sh /media/DIL_CHAHTA_HAI.mp3). But when i am trying to play any video file, like AVI filei am

HI GSTREAMER ISSUE ON DAVINCI:

2008-07-02 Thread Bharath Tirunagaru
I have cross compiled gstreamer succesfulyy with all the dependencies. My requirement is to demux the ts file and play it through codec engine. Whn i run the ./Test_TS.sh file or any other test files provided in the package.. It is giving me the error ERROR:cannot create a pipeline : no element

Gstreamer compilation problem for DM6446

2008-06-27 Thread Robin Gujjar
d=i686-linux --host=arm-linux --prefix=$GSTREAMER_DIR --cache-file=config.cache My error log is this : * Building LIBXML2-2.6.16 * /home/workspace/dvevm/gstreamer/opensource_build I am in following directory

Gstreamer compilation problem for DM6446

2008-06-27 Thread Robin Gujjar
d=i686-linux --host=arm-linux --prefix=$GSTREAMER_DIR --cache-file=config.cache My error log is this : * Building LIBXML2-2.6.16 * /home/workspace/dvevm/gstreamer/opensource_build I am in following directory

RE: GStreamer for DM6443?

2008-06-24 Thread Maupin, Chase
[EMAIL PROTECTED] ncidsp.com] On Behalf Of Dan Gilmer Sent: Tuesday, June 24, 2008 11:07 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: GStreamer for DM6443? In all of the documentation for GStreamer, it requires the TMS320DM6446 SoC. Will the DM6443 also work? The biggest difference i

GStreamer for DM6443?

2008-06-24 Thread Dan Gilmer
In all of the documentation for GStreamer, it requires the TMS320DM6446 SoC. Will the DM6443 also work? The biggest difference is lack of encoding in the DM6443. I am after a framework to DECODE video/audio using the DM6443 and this project seems to be a good start. Ideas? Thoughts? Other

Error while building Gstreamer for DM6446

2008-06-13 Thread Bakul Patel
Hi, I'm trying to build gstreamer (Down loaded from "http://focus.ti.com/dsp/docs/dspsplash.tsp?contentId=3100";) for the DM6446. I tried to build open source plug-Ins, But I could not compile LIBOIL-0.3.9 package. I have set 'MVISTA_INSTALL_DIR' and 'FILESYS_DIR

DVEVM 6446 GStreamer Sample

2008-06-06 Thread Chulwoong Jeon
Hi all, I compiled the gstreamer projects based on spraaq9.pdf. It looks like the compilation was correct and working when I play back MP3 or wma files. But, when I tried any avi file whose video format was MP4 and audio format was MP3, the app just hanged. Would you tell me where I can

RE: query in gstreamer document..

2008-05-21 Thread Bansal, Prateek
contents or VC1 contents. There is a newer version of Gstreamer release that has been tested for H.264 contents in AVI file and can be downloaded from http://repo.or.cz/w/gst-davinci/bts.git Prateek From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: RE:Kernel panic while running the TI gstreamer

2008-05-21 Thread TK, Pratheesh Gangadhar
he TI gstreamer Hi, I am trying to build the Gstreamer package given by TI. But I am facing some errors. Can you tell me how to build the packages. I have followed the instructions given with the gstreamer.pdf given with the same website link. When i am building the packages, I am getting following

Re: Kernel panic while running the TI gstreamer

2008-05-21 Thread jiqing qiang
am trying to build the Gstreamer package given by TI. But I am facing > some errors. Can you tell me how to build the packages. > I have followed the instructions given with the gstreamer.pdf given with > the same website link. > > When i am building the packages, I am getting follow

RE:Kernel panic while running the TI gstreamer

2008-05-21 Thread manas lenka
Hi, I am trying to build the Gstreamer package given by TI. But I am facing some errors. Can you tell me how to build the packages. I have followed the instructions given with the gstreamer.pdf given with the same website link. When i am building the packages, I am getting following error

RE:Kernel panic while running the TI gstreamer

2008-05-20 Thread manas lenka
Hi, I am trying to build the Gstreamer package given by TI. But I am facing some errors. Can you tell me how to build the packages. I have followed the instructions given with the gstreamer.pdf given with the same website link. When i am building the packages, I am getting following error

RE: Kernel panic while running the TI gstreamer

2008-05-20 Thread Bernard Blackham
Subject: Re: Kernel panic while running the TI gstreamer Forgot the file :) Backtrace:       [] (mm_release+0x0/0x80) from [] (do_exit+0x114/0xda0)   r7 = C003DA98  r6 = C45C80C0  r5 =   r4 = C4216000

Kernel panic while running the TI gstreamer

2008-05-20 Thread jiqing qiang
Hi, I tried to build the official ti gstreamer package for DM6446 EVM board, while using the uImage given in opt/system_files_gstreamer, I am unable to boot, getting this message: <0>Kernel panic - not syncing: Aiee, killing interrupt handler! I attached the serial port output. I seem

Re: gstreamer

2008-04-23 Thread Mike Patton
ED] <mailto:[EMAIL PROTECTED]>> wrote: Tyler, thanks for your reply. I have tried that, with the following results. Mule ~/gstreamer/gst-template/test $ libtoolize --copy --force libtoolize: `/opt/mv_pro_4.0.1/montavista/common/bin/../share/aclocal-1.8/libtool.m4'

Re: gstreamer

2008-04-22 Thread Tyler Nielsen
I have tried that, with the following results. > Mule ~/gstreamer/gst-template/test $ libtoolize --copy --force > libtoolize: > `/opt/mv_pro_4.0.1/montavista/common/bin/../share/aclocal-1.8/libtool.m4' is > serial 47, less than 52 in `aclocal.m4' > To remain compatible, you should

Re: gstreamer

2008-04-22 Thread Mike Patton
Tyler, thanks for your reply. I have tried that, with the following results. Mule ~/gstreamer/gst-template/test $ libtoolize --copy --force libtoolize: `/opt/mv_pro_4.0.1/montavista/common/bin/../share/aclocal-1.8/libtool.m4' is serial 47, less than 52 in `aclocal.m4' To remain compa

Re: gstreamer

2008-04-22 Thread Tyler Nielsen
es. Unless you want your plugin called libgstplugin.so. Tyler On Mon, Apr 21, 2008 at 11:58 PM, Mike Patton <[EMAIL PROTECTED]> wrote: > Hey all, > I have downloaded and successfully built the ti plugins for the Davinci > gstreamer, but I want to make a plugin of my own. >

gstreamer

2008-04-21 Thread Mike Patton
Hey all, I have downloaded and successfully built the ti plugins for the Davinci gstreamer, but I want to make a plugin of my own. I have read the gstreamer plugin writers guide, and thought I'd start from the gst-template. That only comes with a autogen.sh to make everything, and it bombs

RE: GStreamer issue on DaVinci board

2008-04-18 Thread Ring, Chris
to overrun their stack and cause a crash. It seems like the GStreamer distribution has the right memory map (as Engine_open() succeeds, and even VIDDEC_create() succeeds!). The loadmodules.sh script you tried has a different memory map, and because Engine_open() is failing, that makes me think it&#

RE: GStreamer issue on DaVinci board

2008-04-17 Thread JitendraJain
Hi Chris, Thanks for your response. You had suggested us to look into memory mismatch. But in our case, both the DSP image (the codec servers) and the application (gdecoder) are from TI. The memory map required for TI's GStreamer implementation is packaged in their download. Even with

GStreamer

2008-04-16 Thread JitendraJain
Hello All, I have query whether GStreamer port released by TI is for 128MB or 256MB. Also has anyone worked on video conversion using GStreamer? Thanking you in advance. Regards, Jitendra Ext: 864 ___ Davinci-linux-open-source mailing

RE: GStreamer issue on DaVinci board

2008-04-16 Thread JitendraJain
Chris, We executed the code using the memory map specified in the TI gstreamer plugin files. The script that sets it is as follows (equivalent to loadmodules.sh in the DVEVM directory): insmod cmemk.ko phys_start=0x8780 phys_end=0x88E0 pools

RE: GStreamer issue on DaVinci board

2008-04-15 Thread Ring, Chris
mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 4:30 AM To: davinci-linux-open-source@linux.davincidsp.com; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: FW: GStreamer issue on DaVinci

FW: GStreamer issue on DaVinci board

2008-04-15 Thread JitendraJain
Hello All, I am getting Process_create failed error messages when running GStreamer. I am usjng MPEG4combo.x64p as codec server. Error messages are: [EXECUTED COMMAND: gst-launch-0.10 --gst-debug-level=0 filesrc location=sample_mpeg4.mp4 ! gdecoder Codec=1 ! ffmpegcolorspace

GStreamer issue on DaVinci board

2008-04-13 Thread JitendraJain
Hello All, I am facing issue in GStreamer on DaVinci dm6446 target board. Here's what we've done so far: 1. The environment we're using is Fedora Core 5 Linux from Red Hat. 2. GStreamer version we're using is 0.10.17 3. Codec servers we tried were the de

Re: TI's GStreamer demo

2008-04-10 Thread Vijay
t; > pipeline (in (2), above), the added queues forced the remainder of each end > > of the pipeline in a different thread. But, I don't know how this made it > > work. Could you explain that? > > > > > > Sure, gstreamer always syncs audio and video output (ev

  1   2   >