GStreamer-WARNING **: Trying to set string on structure field 'description', but string is not valid UTF-8. Please file a bug.

Luca Santini luca.santini at spesonline.com
Thu Jul 4 00:32:04 PDT 2013


Hi all,
i have this annoying output on console, trying to demux a DVB-T live 
stream (from Italy).
my pipeline is:
cat /dev/dvb/adapter0/dvr0 | gst-launch-0.10 fdsrc fd=0 ! tsdemux name=d 
program-number=$prognum ! \
         queue2 max-size-buffers=0 max-size-time=0 ! \
         mpeg2dec ! autovideosink d. ! \
         queue2 max-size-buffers=0 max-size-time=0 ! \
         mad ! alsasink sync=false

Do i miss some dependency? (libiconv is installed, version 1.11), do i 
have a somehow misconfigurated system? (it's an embedded one, with 
"minimal" filesystem).

Thank you,
Luca


More information about the gstreamer-devel mailing list