mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
decodebin2: make subpictures a raw output format
Subpictures are a raw format, we want those pads exposed so that playbin2 can do the subpicture mixing.
This commit is contained in:
parent
0a09632396
commit
a0525fadb4
1 changed files with 2 additions and 1 deletions
|
@ -655,7 +655,8 @@ gst_decode_bin_init (GstDecodeBin * decode_bin)
|
||||||
|
|
||||||
decode_bin->caps =
|
decode_bin->caps =
|
||||||
gst_caps_from_string ("video/x-raw-yuv;video/x-raw-rgb;video/x-raw-gray;"
|
gst_caps_from_string ("video/x-raw-yuv;video/x-raw-rgb;video/x-raw-gray;"
|
||||||
"audio/x-raw-int;audio/x-raw-float;" "text/plain;text/x-pango-markup");
|
"audio/x-raw-int;audio/x-raw-float;" "text/plain;text/x-pango-markup;"
|
||||||
|
"video/x-dvd-subpicture");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue