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__ */ -