Getting gstreamer-ti to work... codecServer?

Hi,
Progress! :slight_smile:
I found out if both gstreamer-ti and gst-omapfb packages are installed
I get an error for libgstticodecplugin.so:
(gst-plugin-scanner:7039): GLib-GObject-WARNING **: cannot register
existing type `GstOmapFbSink'

If I remove gst-omapfb the dsp plugin gets correctly registered.

Then I some example pipelines:
root@beagleboard:~/test_videos# gst-launch -v filesrc location=
big_buck_bunny_720p_surround.avi ! avidemux ! TIViddec2
codecName=mpeg4dec engineName=codecServer ! xvimagesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstTIViddec2:tividdec20.GstPad:sink: caps =
video/mpeg, mpegversion=(int)4, framerate=(fraction)5000000/208333,
width=(int)1280, height=(int)720
ERROR: from element /GstPipeline:pipeline0/GstTIViddec2:tividdec20:
failed to open codec engine "codecServer"

Additional debug info:
gsttividdec2.c(1224): gst_tividdec2_codec_start ():
/GstPipeline:pipeline0/GstTIViddec2:tividdec20
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
gst-launch-0.10: BufTab.c:440: BufTab_getNumBufs: Assertion `hBufTab' failed.
Aborted

What's with codecServer?

I also tried to build the linuxtag2010 demo image with narcissus, but
it just hangs, no image is generated. Narcissus tries to include the
packages ti-codec-engine-examples and ti-dmai-apps in the image, but
the first (or any ti codec) is not even present in the package list:
root@beagleboard:~# opkg update
root@beagleboard:~# opkg list | grep -E "(^ti[\ -])|([\ -]ti[\ -])" | grep codec
root@beagleboard:~#

dmai app doesn't install...
root@beagleboard:~# opkg install ti-dmai-apps
Installing ti-dmai-apps (1:2_10_00_01+svnr423-r88l.5) to root...
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/machine/beagleboard/ti-dmai-apps_2_10_00_01+svnr423-r88l.5_beagleboard.ipk.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies
for ti-dmai-apps:
* ti-codecs-omap3530-server *
* opkg_install_cmd: Cannot install package ti-dmai-apps.
root@beagleboard:~#

And that's all... I'm out of ideas again...
Does this work for somebody? What did I do wrong?

Regards,
Gyorgy