GNOME Bugzilla – Bug 792395
audiotestsrc: wrong offset when rate is changed at runtime
Last modified: 2018-11-03 12:03:00 UTC
If rate is changed at runtime, audiotestsrc sends buffers with wrong offset. It can be fixed by accumulating offset whenever it sends buffers. However, when it comes to seek, it seems not to be easy.
Created attachment 366594 [details] [review] audiotestsrc: refuse to change rate at runtime audiotestsrc: refuse to change rate at runtime If 'rate' is changed at runtime, the next buffer has wrong offset because the offset is the total time divided by changed rate. In addition, when we think of seek with runtime rate change, it's difficult to get right offset.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/414.