GNOME Bugzilla – Bug 754668
mpdparser: fix incorrect start value scaling
Last modified: 2015-09-07 11:58:28 UTC
Created attachment 310798 [details] [review] mpdparser: fix incorrect start value scaling This GstStreamPeriod start value is expressed in nanoseconds, and the glib time addition function expects microseconds. There seems to have been a confusion with GstPeriodNode's start field, which is expressed in milliseconds. Additionally, add a warning if the timestamp modification did not succeed, and NULL was returned.
You marked this as "commit now", can you confirm it's really now (as opposed to after the freeze), as the 1.6 release doesn't seem to have happened yet (based on git tag) ?
Correct :) There's accepted-commit-after-freeze for the other case
Thanks, pushed.