[gst-cvs] gst-python: gst: Add GstDateTime as a boxed

Edward Hervey bilboed at kemper.freedesktop.org
Fri Oct 22 04:29:19 PDT 2010


Module: gst-python
Branch: master
Commit: 5e0b6ccc8ef3f71625a6e4184a7f1f3a908f9a59
URL:    http://cgit.freedesktop.org/gstreamer/gst-python/commit/?id=5e0b6ccc8ef3f71625a6e4184a7f1f3a908f9a59

Author: Edward Hervey <bilboed at bilboed.com>
Date:   Fri Oct 22 13:25:22 2010 +0200

gst: Add GstDateTime as a boxed

---

 gst/gst-types.defs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/gst/gst-types.defs b/gst/gst-types.defs
index a933942..e44e1b9 100644
--- a/gst/gst-types.defs
+++ b/gst/gst-types.defs
@@ -235,6 +235,12 @@
   )
 )
 
+(define-boxed DateTime
+  (in-module "Gst")
+  (c-name "GstDateTime")
+  (gtype-id "GST_TYPE_DATE_TIME")
+)
+
 (define-object Plugin
   (in-module "Gst")
   (parent "GstObject")





More information about the Gstreamer-commits mailing list