Re: gstreamer old version

2008-03-04 Thread Tyler Nielsen
Sorry for the late reply, I'm currently using a self-modified version based on 0.10.13, and working on updating to the latest version. Ultimately, I'm planning on getting the changes pushed upstream. Also, I've got a heavily modified version of gstreamer running on the davinci. I'm working on c

Gstreamer update

2008-04-07 Thread Tyler Nielsen
nfinite loop. 5. Use the hardware resizer to copy data to the screen (saves about 5% cpu usage). 6. Get b-frames to output in the correct order. Tested with h.264 in avi files. Tyler Nielsen ___ Davinci-linux-open-source mailing list Da

Re: TI's GStreamer demo

2008-04-07 Thread Tyler Nielsen
Hello, There are a few things that I can comment on that may be of help. First, it actually does pause, or at least that isn't your problem. For most plugins (adecoder falls into this category) pause and play are identical. It appears that the problem is with the way the plugin is passing along

Re: seek help about fast forward/backward & plugin

2008-04-08 Thread Tyler Nielsen
Volter, What pipeline did you use? What audio file type are you playing? Adecoder can run in two modes, push or pull. In pull mode, adecoder drivers the pipeline, and as you pointed out it doesn't implement seek. In push mode, adecoder receives data from upstream, as long as the upstream compo

Re: TI's GStreamer demo

2008-04-10 Thread Tyler Nielsen
On Thu, Apr 10, 2008 at 7:22 AM, Vijay <[EMAIL PROTECTED]> wrote: > > (2) two sinks but with queues in between some elements: > gst-launch-0.10 -m -v filesrc location= ! tidemux_avi name=t t. > ! queue max-size-buffers=60 ! filesink location= t. ! queue > max-size-buffers=180 ! filesink location=

Re: gstreamer

2008-04-22 Thread Tyler Nielsen
Mike, Have you ran "libtoolize --copy --force"? Does it give an error? As far as changing a existing plugin. You will have to edit src/Makefile.am then run automake to change which files it compiles. Then run autogen.sh. I 'm not much good at automake, but I know there are other settings at th

Re: gstreamer

2008-04-22 Thread Tyler Nielsen
amer" > > Seems like I should be adding a line to the autogen script or similar to > tell it to use this cross compiler. > That said, I thought that worst case, I just would get a plugin built for > the x86 instead of cross compiled for my ARM, but instead, it doesn't build >

Question about ASoC driver and Full Duplex.

2008-10-13 Thread Tyler Nielsen
g, it stops the other process. Has anyone had any success doing this? Or any advice on where/how to fix it? I can do full-duplex when it is done from one process. For example: gst-launch-0.10 alsasrc ! queue ! alsasink Seems to work fine. Thanks