GNOME Bugzilla – Bug 320058
playbin of a jpeg over http does not work
Last modified: 2005-11-11 16:35:28 UTC
[gst-glib] [thomas@thomas glib]$ gst-launch -v playbin uri=http://thomas.apestaart.org/download/tmp/phone.jpg PAUSE pipeline ... /playbin0/decoder.sink: caps = NULL PREROLL pipeline ... /playbin0/decoder.src0: caps = NULL /playbin0/vbin.sink: caps = NULL /playbin0/decoder/typefind.src: caps = image/jpeg /playbin0/decoder/jpegdec0.sink: caps = image/jpeg /playbin0/preroll_video_src0: min-threshold-time = 2000000000 /playbin0/decoder/jpegdec0.src: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)360, height=(int)420, framerate=(double)1 /playbin0/decoder.src0: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)360, height=(int)420, framerate=(double)1 /playbin0/decoder.src0.proxypad1: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)360, height=(int)420, framerate=(double)1 /playbin0/selector_video_src0.sink0: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)360, height=(int)420, framerate=(double)1 /playbin0/preroll_video_src0.sink: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)360, height=(int)420, framerate=(double)1 nothing shows up, CPU usage gets stuck at around 20%, pipeline never stops
The queue that is inserted when there is a network stream never completely fills as it receives EOS.
fixed in cvs
verified, excellent !