summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-video-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-12-18 11:06:25 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2018-12-18 11:06:25 +0100
commit568089c4cf400a0c1127e99f04699f16f73d9953 (patch)
tree8c5f3cd08ef7dce97c9e37ee72d4741bfddd5d74 /vapi/gstreamer-video-1.0.vapi
parent2cef4acbf92baedcf6f5dcf2a962ace6c99df6fe (diff)
downloadvala-568089c4cf400a0c1127e99f04699f16f73d9953.tar.gz
gstreamer: Update from 1.15+ git master
Diffstat (limited to 'vapi/gstreamer-video-1.0.vapi')
-rw-r--r--vapi/gstreamer-video-1.0.vapi8
1 files changed, 7 insertions, 1 deletions
diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi
index 334baa30f..ac577b366 100644
--- a/vapi/gstreamer-video-1.0.vapi
+++ b/vapi/gstreamer-video-1.0.vapi
@@ -780,7 +780,7 @@ namespace Gst {
public enum CaptionType {
UNKNOWN,
CEA608_RAW,
- CEA608_IN_CEA708_RAW,
+ CEA608_S334_1A,
CEA708_RAW,
CEA708_CDP
}
@@ -1482,6 +1482,12 @@ namespace Gst {
[CCode (cheader_filename = "gst/video/video.h")]
public static unowned Gst.MetaInfo? caption_meta_get_info ();
[CCode (cheader_filename = "gst/video/video.h")]
+ [Version (since = "1.16")]
+ public static Gst.Video.CaptionType caption_type_from_caps (Gst.Caps caps);
+ [CCode (cheader_filename = "gst/video/video.h")]
+ [Version (since = "1.16")]
+ public static Gst.Caps caption_type_to_caps (Gst.Video.CaptionType type);
+ [CCode (cheader_filename = "gst/video/video.h")]
public static Gst.Video.ChromaSite chroma_from_string (string s);
[CCode (cheader_filename = "gst/video/video.h")]
public static unowned string chroma_to_string (Gst.Video.ChromaSite site);