mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
3 changed files with 18 additions and 0 deletions
|
@ -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…
Reference in a new issue