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 357577 - [playbin] regression: buffering still images broken
[playbin] regression: buffering still images broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-25 09:17 UTC by Tim-Philipp Müller
Modified: 2006-11-28 16:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2006-09-25 09:17:36 UTC
At least with CVS playbin buffering is stuck at 0% and never shows the button image:

gst-launch-0.10 http://movies.apple.com/trailers/fox_searchlight/thelastkingofscotland/images/hd480.mov
Comment 1 Tim-Philipp Müller 2006-10-25 13:04:04 UTC
Same for

 $ gst-launch-0.10 playbin uri=http://pancrace.tv/picts/PANCRACE-TV.jpg

(from bug #364959). This is a regression, marking as such.

Comment 2 Tim-Philipp Müller 2006-11-15 13:08:26 UTC
<wtay> I think that regression is caused by not handling EOS correctly somewhere
Comment 3 Jan Schmidt 2006-11-27 11:13:01 UTC
We need to fix this this week, before the release.
Comment 4 Wim Taymans 2006-11-28 16:24:11 UTC
        * gst/playback/gstplaybasebin.c: (check_queue_event),
        (queue_threshold_reached), (queue_out_of_data),
        (gen_preroll_element):
        Add event probe to see when EOS is in a queue and we can disable the
        underrun signals. Fixes #357577.
Comment 5 Wim Taymans 2006-11-28 16:43:25 UTC
        * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
        Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
        padtemplate caps. Refixes #357577.