I've currently found out, that the problem is not a matlab problem. It is a Gstreamer problem. After the installation of the gstreamer0.10-ffmpeg plugin, I've tested the following command:
gst-launch-0.10 playbin2 uri=file://~/rpn003a02.avi
The outcome of this is the following error message:
Leitung wird auf PAUSIERT gesetzt ...
Leitung läuft vor …
FEHLER: Von Element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstAviDemux:avidemux0: Interner Datenstromfehler.
Zusätzliche Fehlerdiagnoseinformation:
gstavidemux.c(5212): gst_avi_demux_loop (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstAviDemux:avidemux0:
streaming stopped, reason not-negotiated
FEHLER: Leitung läuft nicht vor.
Leitung wird auf NULL gesetzt ...
Leitung wird geleert ...
Did anybody has/had a similar problem and a corresponding solution?
Regards Daniel