GNOME Bugzilla – Bug 172242
gstspeed doesn't handle seek events correct
Last modified: 2005-03-31 22:24:01 UTC
upstream seeks will be forwarded by the speed plugin without adjustment. This is only correct when the speed is 1.
Created attachment 39502 [details] [review] fix for the seek problem This adds a method for handling upstream events. It also adds a getcaps function for correct capsnego
Created attachment 39516 [details] [review] adjust timestamps upstream AND downstream In addition to implementing upstream seek handling, this patch also adds downstream timestamp adjustment
Hi, apart from creating a new event in the event handler, you also have to create a new event accordingly in the chain function.
Created attachment 39522 [details] [review] adjust timestamps upstream AND downstream (corrected) Creation of new event downstream is handled now.
Thanks, applied.