Merge branch 'upstream/1.16' into tizen_gst_1.16.2
[platform/upstream/gst-plugins-base.git] / gst / playback / gstrawcaps.h
index 1fc1d7d..76e57b3 100644 (file)
 
 G_BEGIN_DECLS
 
+#ifdef TIZEN_PROFILE_TV
 #define DEFAULT_RAW_CAPS \
     "video/x-raw(ANY); " \
     "audio/x-raw(ANY); " \
     "text/x-raw(ANY); " \
+    "text/x-pango-markup; " \
+    "text/plain; " \
     "subpicture/x-dvd; " \
     "subpicture/x-dvb; " \
     "subpicture/x-xsub; " \
     "subpicture/x-pgs; " \
     "closedcaption/x-cea-608; " \
     "closedcaption/x-cea-708"
+#else
+#define DEFAULT_RAW_CAPS \
+    "video/x-raw(ANY); " \
+    "audio/x-raw(ANY); " \
+    "text/x-raw(ANY); " \
+    "subpicture/x-dvd; " \
+    "subpicture/x-dvb; " \
+    "subpicture/x-xsub; " \
+    "subpicture/x-pgs; " \
+    "closedcaption/x-cea-608; " \
+    "closedcaption/x-cea-708"
+#endif 
 
 G_END_DECLS