I'm a newbie of GStreamer. Currently, I want to using pipeline to show subtitle. This is my pipeline:
gst-launch-1.0 filesrc location=/home/root/video/F01_8subs_eur.mkv ! matroskademux name=d d. ! queue ! h264parse ! omxh264dec ! subtitleoverlay name=a ! waylandsink d. ! queue ! a. d. ! queue ! aacparse ! omxaacdec ! alsasink
The pipeline will show default English subtitle. However, in MKV clip has 8 embedded subtitles. I want to ask how way to select subtitles that I want to show ?