mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 15:02:40 +00:00
design: subtitle-overlays: drop unneeded scaping & add missing markup
Additionally, drop manual padding on final launch example.
This commit is contained in:
parent
71cb8da117
commit
730ed0da1e
1 changed files with 9 additions and 9 deletions
|
@ -154,14 +154,14 @@ Multiple possible solutions come to mind:
|
|||
|
||||
One would have to do implement a special kind of new query (e.g.
|
||||
FEATURE query) that is not passed on automatically by
|
||||
gst\_pad\_query\_default() in order to make sure that all elements
|
||||
`gst_pad_query_default()` in order to make sure that all elements
|
||||
downstream will handle the attached overlay data. (This is only a
|
||||
problem if we want to also attach overlay data to raw video pixel
|
||||
buffers; for new non-raw types we can just make it mandatory and
|
||||
assume support and be done with it; for existing non-raw types
|
||||
nothing changes anyway if subtitles don't work) (we need to maintain
|
||||
backwards compatibility for existing raw video pipelines like e.g.:
|
||||
..decoder \! suboverlay \! encoder..)
|
||||
`..decoder ! suboverlay ! encoder..`)
|
||||
|
||||
Even though slightly more work, attaching the overlay information to
|
||||
buffers seems more intuitive than sending it interleaved as events.
|
||||
|
|
Loading…
Reference in a new issue