Merge branch 'upstream/1.16' into tizen_gst_1.16.2
[platform/upstream/gst-plugins-base.git] / gst / playback / gstrawcaps.h
index 40644f0..76e57b3 100644 (file)
@@ -35,7 +35,9 @@ G_BEGIN_DECLS
     "subpicture/x-dvd; " \
     "subpicture/x-dvb; " \
     "subpicture/x-xsub; " \
-    "subpicture/x-pgs"
+    "subpicture/x-pgs; " \
+    "closedcaption/x-cea-608; " \
+    "closedcaption/x-cea-708"
 #else
 #define DEFAULT_RAW_CAPS \
     "video/x-raw(ANY); " \
@@ -44,8 +46,10 @@ G_BEGIN_DECLS
     "subpicture/x-dvd; " \
     "subpicture/x-dvb; " \
     "subpicture/x-xsub; " \
-    "subpicture/x-pgs"
-#endif
+    "subpicture/x-pgs; " \
+    "closedcaption/x-cea-608; " \
+    "closedcaption/x-cea-708"
+#endif 
 
 G_END_DECLS