GNOME Bugzilla – Bug 326301
make totem mozilla plugin seekbar work
Last modified: 2006-01-29 22:56:11 UTC
Seekbar doesn't work, as in, it doesn't change value as movie progresses and it doesn't seek. Attached patch fixes a bug in totem-gst backend to make progressbar work and adds basic seeking code. Works in gst backend, rest untested.
Created attachment 57035 [details] [review] hi
Looks alright, what's the change in the gst.c for though?
Without it, -gst does not emit the tick event, and the slider does thus not update.
That's because we don't unset the logo mode. We should do that before opening the file, and set it again, and open the logo if loading the file fails.
the problem is that you set the logo mode to be true in bacon_video_widget_new(), despite the default for the property being FALSE. This is for both the gst.c and gst-0.10.c backends
Created attachment 57103 [details] [review] blub
Looks good.
applied.