GNOME Bugzilla – Bug 125414
gnomevfssrc does not implement GST_QUERY_POSITION in GST_FORMAT_PERCENT
Last modified: 2004-12-22 21:47:04 UTC
The gnomevfssrc returns FALSE if you query for GST_QUERY_POSITION in GST_FORMAT_PERCENT even if it is possible to derive this value from src->curoffset and src->size. The attached patch brings the behaviour in line with filesrc.
Created attachment 20910 [details] [review] implements GST_FORMAT_BYTES in GST_FORMAT_PERCENT
applied, thanks.