GNOME Bugzilla – Bug 790073
matroskademux: remove dead code dealing with segment->position
Last modified: 2017-11-08 17:50:04 UTC
matroskademux does not really use `GstSegment.position`. There is currently code that writes some values to it, but no code that reads them.
Created attachment 363237 [details] [review] Patch
On closer inspection I've noticed there are many instances of `segment.position` that I was not catching due to searching for `segment->position`. Closing this...