mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
random: Add notes about Track mapping
This commit is contained in:
parent
5f6dadab77
commit
7fc7bfb110
1 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,12 @@ Use Cases:
|
|||
accordingly. Ex : moving a TrackObject down by one priority should
|
||||
increase the TimelineObject "heigh" property by 1.
|
||||
|
||||
A TimelineObject might want to have a tighter control over which
|
||||
Track(s) each of the TrackObjects it is controlling are going. This
|
||||
is more obvious in the case of timeline with multiple Tracks of the
|
||||
same kind, or if a TimelineObject can produce multiple TrackObjects
|
||||
of the same media type (ex: file with multiple audio tracks).
|
||||
|
||||
|
||||
Main Problem:
|
||||
|
||||
|
|
Loading…
Reference in a new issue