mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue