mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
playback: Expose XSUB formats by default
This is a workaround, we should remove this once we have a proper decoder
This commit is contained in:
parent
f9b9472ad4
commit
d292ed48c5
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ G_BEGIN_DECLS
|
|||
"text/x-raw; " \
|
||||
"subpicture/x-dvd; " \
|
||||
"subpicture/x-dvb; " \
|
||||
"subpicture/x-xsub; " \
|
||||
"subpicture/x-pgs"
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Reference in a new issue