GNOME Bugzilla – Bug 155087
Set network connection speed does not work.
Last modified: 2005-01-12 09:38:11 UTC
This bug has been reported here: https://bugzilla.ubuntu.com/2164 "If I go in preferances and set connection speed, it's reset to 14.4k modem every time. I got a feeling this means it tries to buffer the entire file every time I try to play something from the network."
Which backend?
totem on ubuntu.
I believe that would make it the gstreamer backend, but they may have some patches in there aswell.
you can see for sure in the about box ;)
gstreamer backend
This is saved by the backend itself, we should save it in GConf really.
Same problem on FC3 rawhide, gstreamer backend. Additionally Audio Output Type is not saved, and is reset to Stereo every time.
2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * src/bacon-video-widget-gst.c: (bacon_video_widget_get_connection_speed), (bacon_video_widget_set_connection_speed), (bacon_video_widget_set_tv_out), (bacon_video_widget_get_tv_out), (bacon_video_widget_set_audio_out_type), (bacon_video_widget_set_show_visuals), (bacon_video_widget_set_visuals), (bacon_video_widget_set_visuals_quality), (bacon_video_widget_set_video_property), (bacon_video_widget_new): Save backend-responsible gconf properties.