public
Description: GStreamer elements for TI's OMAP DSP
Homepage: http://code.google.com/p/gst-dsp/
Clone URL: git://github.com/felipec/gst-dsp.git
name age message
file .gitignore Sat Apr 18 09:58:00 -0700 2009 Initial commit Signed-off-by: Felipe Contreras... [felipec]
file Makefile Sat May 23 17:58:51 -0700 2009 New utility gstdsp_register() So that /lib/dsp... [felipec]
file README Sat May 23 15:06:24 -0700 2009 README: update Signed-off-by: Felipe Contreras... [felipec]
file dmm_buffer.h Fri May 22 15:06:58 -0700 2009 mp4vdec: re-use mappings for output buffers Si... [felipec]
file dsp_bridge.c Thu May 21 10:11:23 -0700 2009 Add ALLOCATE_HEAP and ALLOCATE_SN to dsp_bridge... [felipec]
file dsp_bridge.h Thu May 21 10:11:46 -0700 2009 Add handy dsp_send_message Signed-off-by: Feli... [felipec]
file get-version.sh Sat Apr 18 09:58:00 -0700 2009 Initial commit Signed-off-by: Felipe Contreras... [felipec]
file gstdspbase.c Loading commit data...
file gstdspbase.h
file gstdspdummy.c Tue May 26 07:55:18 -0700 2009 dummy: don't map buffers There's a race condit... [felipec]
file gstdspdummy.h Thu May 21 10:23:49 -0700 2009 Use log utility Signed-off-by: Felipe Contrera... [felipec]
file gstdspvdec.c Sat May 23 17:58:51 -0700 2009 New utility gstdsp_register() So that /lib/dsp... [felipec]
file gstdspvdec.h Sat May 23 10:27:10 -0700 2009 New base class Signed-off-by: Felipe Contreras... [felipec]
file gstdspvenc.c
file gstdspvenc.h Sat May 23 10:46:41 -0700 2009 Add new video encoder Supports JPEG right now.... [felipec]
file log.c Thu May 21 10:21:35 -0700 2009 Add log utility Signed-off-by: Felipe Contrera... [felipec]
file log.h Thu May 21 10:21:35 -0700 2009 Add log utility Signed-off-by: Felipe Contrera... [felipec]
file plugin.c Sat May 23 10:46:41 -0700 2009 Add new video encoder Supports JPEG right now.... [felipec]
file plugin.h Thu May 21 10:15:02 -0700 2009 Rename gstdsp.* to plugin.* Signed-off-by: Fel... [felipec]
file sem.h Thu May 21 10:37:05 -0700 2009 Add MPEG-4 video decoder Signed-off-by: Felipe... [felipec]
file util.c Sat May 23 17:58:51 -0700 2009 New utility gstdsp_register() So that /lib/dsp... [felipec]
file util.h Sat May 23 17:58:51 -0700 2009 New utility gstdsp_register() So that /lib/dsp... [felipec]
README
Allo socket nodes should be in /lib/dsp

== vdec ==

You'll need these ringio.dll64P, usn.dll64P, and the corresponding
SN mp4vdec_sn.dll64P (MPEG-4 video), h264vdec_sn.dll64P (H.264).

== venc (and image) ==

You'll need usn.dll64P, and the corresponding SN JPEG (jpegenc_sn.dll64P).

== dummy ==

Make sure you have dummy.dll64P.

You can try putting dspdummy in the middle of normal gst-launch pipelines:
gst-launch-0.10 videotestsrc ! dspdummy ! xvimagesink