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:
Wim Taymans 2009-04-30 16:41:51 +02:00
parent 0a09632396
commit a0525fadb4

View file

@ -655,7 +655,8 @@ gst_decode_bin_init (GstDecodeBin * decode_bin)
decode_bin->caps =
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