mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-02 14:20:06 +00:00
porting: mention segment accumulation in the porting guide
This needs more detail, but at least gives people a hint on the issue.
This commit is contained in:
parent
24df8b92ea
commit
615a8ae635
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue