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:
parent
c2d3c98340
commit
c4929b8647
@ -28,7 +28,7 @@ G_BEGIN_DECLS
|
|||||||
#define DEFAULT_RAW_CAPS \
|
#define DEFAULT_RAW_CAPS \
|
||||||
"video/x-raw(ANY); " \
|
"video/x-raw(ANY); " \
|
||||||
"audio/x-raw(ANY); " \
|
"audio/x-raw(ANY); " \
|
||||||
"text/x-raw; " \
|
"text/x-raw(ANY); " \
|
||||||
"subpicture/x-dvd; " \
|
"subpicture/x-dvd; " \
|
||||||
"subpicture/x-dvb; " \
|
"subpicture/x-dvb; " \
|
||||||
"subpicture/x-xsub; " \
|
"subpicture/x-xsub; " \
|
||||||
@ -37,4 +37,3 @@ G_BEGIN_DECLS
|
|||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_RAW_CAPS__ */
|
#endif /* __GST_RAW_CAPS__ */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user