diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2013-02-26 07:50:13 +0100 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2013-02-26 08:36:51 +0100 |
commit | 615a8ae6350faa836ac556b3545caa56533b6b84 (patch) | |
tree | ff7f780dfc27414a694683bb86b9ae22dbd7b6ce /docs | |
parent | 24df8b92ea6021bc825516953ad0ce0b5cea8ebc (diff) |
porting: mention segment accumulation in the porting guide
This needs more detail, but at least gives people a hint on the issue.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/random/porting-to-1.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/random/porting-to-1.0.txt b/docs/random/porting-to-1.0.txt index 117205283..9d22b147f 100644 --- a/docs/random/porting-to-1.0.txt +++ b/docs/random/porting-to-1.0.txt @@ -405,6 +405,11 @@ CHANGES abs_rate was removed from the public fields, it can be trivially calculated from the rate field. + Also segment accumulation was removed from the segment event. This means + that now the source/demuxer/parser needs to add the elapsed time of the + previous segment themselves (this must be added to segment->base). If this + is not done, looped playback wont work. + accum was renamed to base. last_stop was renamed to position. The segment info now contains all the information needed to convert buffer |