gstreamer/0.7.defs: Wrap GstTagList.
Original commit message from CVS: * gstreamer/0.7.defs: Wrap GstTagList.
This commit is contained in:
parent
8e29ee242f
commit
eb8a787e53
@ -1,3 +1,8 @@
|
||||
2004-02-18 David I. Lehn <dlehn@users.sourceforge.net>
|
||||
|
||||
* gstreamer/0.7.defs:
|
||||
Wrap GstTagList.
|
||||
|
||||
2004-02-18 David I. Lehn <dlehn@users.sourceforge.net>
|
||||
|
||||
* gstinterfaces/0.7.c:
|
||||
@ -17,6 +22,7 @@
|
||||
* gstplay/common.c:
|
||||
* gstplay/common.h:
|
||||
* gstplay/common.override:
|
||||
Adjust date to 2004.
|
||||
|
||||
2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
|
@ -7,3 +7,9 @@
|
||||
(c-name "GstStructure")
|
||||
(gtype-id "GST_TYPE_STRUCTURE")
|
||||
)
|
||||
|
||||
(define-boxed TagList
|
||||
(in-module "Gst")
|
||||
(c-name "GstTagList")
|
||||
(gtype-id "GST_TYPE_TAG_LIST")
|
||||
)
|
||||
|
@ -7,3 +7,9 @@
|
||||
(c-name "GstStructure")
|
||||
(gtype-id "GST_TYPE_STRUCTURE")
|
||||
)
|
||||
|
||||
(define-boxed TagList
|
||||
(in-module "Gst")
|
||||
(c-name "GstTagList")
|
||||
(gtype-id "GST_TYPE_TAG_LIST")
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user