playback: Add ANY caps features to default text raw caps

Raw text caps with any caps features should be also default raw caps

https://bugzilla.gnome.org/show_bug.cgi?id=775967
This commit is contained in:
Seungha Yang 2016-12-12 14:50:11 +09:00 committed by Sebastian Dröge
parent c2d3c98340
commit c4929b8647

View file

@ -28,7 +28,7 @@ G_BEGIN_DECLS
#define DEFAULT_RAW_CAPS \
"video/x-raw(ANY); " \
"audio/x-raw(ANY); " \
"text/x-raw; " \
"text/x-raw(ANY); " \
"subpicture/x-dvd; " \
"subpicture/x-dvb; " \
"subpicture/x-xsub; " \
@ -37,4 +37,3 @@ G_BEGIN_DECLS
G_END_DECLS
#endif /* __GST_RAW_CAPS__ */