After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 320058 - playbin of a jpeg over http does not work
playbin of a jpeg over http does not work
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.9.x
Other Linux
: Normal normal
: 0.9.5
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-28 09:22 UTC by Thomas Vander Stichele
Modified: 2005-11-11 16:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Vander Stichele 2005-10-28 09:22:44 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
Comment 1 Wim Taymans 2005-10-28 10:46:32 UTC
The queue that is inserted when there is a network stream never completely fills
as it receives EOS.
Comment 2 Wim Taymans 2005-10-28 10:46:59 UTC
fixed in cvs
Comment 3 Thomas Vander Stichele 2005-11-11 16:35:28 UTC
verified, excellent !