From c4929b8647d3ae34de22dd3cd4ef00da4467b744 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Mon, 12 Dec 2016 14:50:11 +0900 Subject: [PATCH] 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 --- gst/playback/gstrawcaps.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/playback/gstrawcaps.h b/gst/playback/gstrawcaps.h index a1e73d7eb6..2a827f59a9 100644 --- a/gst/playback/gstrawcaps.h +++ b/gst/playback/gstrawcaps.h @@ -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__ */ -