mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
eb8a787e53
Original commit message from CVS: * gstreamer/0.7.defs: Wrap GstTagList.
15 lines
234 B
Text
15 lines
234 B
Text
;;
|
|
;; 0.7 Boxed types
|
|
;;
|
|
|
|
(define-boxed Structure
|
|
(in-module "Gst")
|
|
(c-name "GstStructure")
|
|
(gtype-id "GST_TYPE_STRUCTURE")
|
|
)
|
|
|
|
(define-boxed TagList
|
|
(in-module "Gst")
|
|
(c-name "GstTagList")
|
|
(gtype-id "GST_TYPE_TAG_LIST")
|
|
)
|