mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +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
|
||||
(in-module "Gst")
|
||||
(parent "GstObject")
|
||||
|
|
Loading…
Reference in a new issue