Bugzilla – Bug 3036
Buffer fullness pref. problem
Last modified: 2006-02-20 18:21:31 UTC
The web setup for displaying buffer fullness does not set the showbufferfullness parameter anymore. A result of this is that it is not possible to display the buffer fullness on SB1/SBG without manually editing the pref file and set the showbufferfullness to 1. I propose the attached patch to Player.pm that removes the test for the showbufferfullness parameter as this test is not needed with the current setup method. With this patch the SETUP_SHOWBUFFERFULLNESS_CHOOSE section in strings.txt should also be removed (because of the encoding of this file, I'm unable to provide a diff including this).
Created attachment 1147 [details] Enable buffer fullness display on SB1/SBG
Created attachment 1148 [details] Enable bar in buffer display on SB2 I am not sure if it is intentional, but there is no longer any bar display associated with the buffer fullness display on SB2. This patch fixes this.
good catch. I'll take care of merging this.
added to trunk at change 6322. thanks!