[vlc-devel] [PATCH 2/2] player: fix teletext handling

Francois Cartegnie fcvlcdev at free.fr
Sun Feb 9 16:27:43 CET 2020


Le 07/02/2020 à 16:46, Thomas Guillem a écrit :

>> +    const struct vlc_player_track_priv *teletext_menu;
>>  
>>      struct vlc_player_title_list *titles;
> 
> So, teletext menu will be also seen as subtitle (from the player API) ? It was like that in VLC 3.0 but not in 4.0 since vlc_player.h
> 
> Like Rémi said, it could need some explanations.
Teletext entry can be whole teletext stream, or split-es, which are only
pointers to a specific page.

Teletext ES is just a bookmark to a page that can be an index, schedule,
subtitles... And there can be a mix of many of them. Subtitles entries
are then directly subtitles (*)

(*) I'll need to rework that patch since I can think of another case
where some providers do advertise page as Subtitles, but in fact being
an Index page for subtitles. (will need to change page)

-- 
Francois Cartegnie
VideoLAN - VLC Developer


More information about the vlc-devel mailing list