[vala] gstreamer-1.0: Update to 1.0.5
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gstreamer-1.0: Update to 1.0.5
- Date: Tue, 8 Jan 2013 16:58:49 +0000 (UTC)
commit af1153952069eca518fa2f73fd9766ef4053e5f0
Author: Rico Tzschichholz <ricotz t-online de>
Date: Tue Jan 8 17:56:02 2013 +0100
gstreamer-1.0: Update to 1.0.5
vapi/gstreamer-1.0.vapi | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index b66cb30..95ef736 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -2065,8 +2065,8 @@ namespace Gst {
[CCode (cheader_filename = "gst/gst.h", cprefix = "GST_BIN_FLAG_", has_type_id = false)]
[Flags]
public enum BinFlags {
- [CCode (cname = "GST_BIN_FLAG_LAST")]
- BIN_FLAG_LAST
+ NO_RESYNC,
+ LAST
}
[CCode (cheader_filename = "gst/gst.h", cprefix = "GST_BUFFER_COPY_", has_type_id = false)]
[Flags]
@@ -2162,7 +2162,8 @@ namespace Gst {
[CCode (cheader_filename = "gst/gst.h", cprefix = "GST_CLOCK_TYPE_", has_type_id = false)]
public enum ClockType {
REALTIME,
- MONOTONIC
+ MONOTONIC,
+ OTHER
}
[CCode (cheader_filename = "gst/gst.h", cprefix = "GST_DEBUG_", has_type_id = false)]
public enum DebugColorFlags {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]