mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst: Add GstDateTime as a boxed
This commit is contained in:
parent
0238e12e01
commit
5e0b6ccc8e
1 changed files with 6 additions and 0 deletions
|
@ -235,6 +235,12 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-boxed DateTime
|
||||||
|
(in-module "Gst")
|
||||||
|
(c-name "GstDateTime")
|
||||||
|
(gtype-id "GST_TYPE_DATE_TIME")
|
||||||
|
)
|
||||||
|
|
||||||
(define-object Plugin
|
(define-object Plugin
|
||||||
(in-module "Gst")
|
(in-module "Gst")
|
||||||
(parent "GstObject")
|
(parent "GstObject")
|
||||||
|
|
Loading…
Reference in a new issue