diff options
author | Benjamin Otte <otte@gnome.org> | 2003-11-24 02:09:23 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-11-24 02:09:23 +0000 |
commit | 385b9ee5c46e7984f83c0be97abca57ad2af2ad3 (patch) | |
tree | d470c380699ce6c91dad34a431d312f57c0beace /libs | |
parent | b4f14a29f6d1fc0eea19171c61cab109ceda9d81 (diff) |
merge in tagging
Original commit message from CVS:
merge in tagging
Includes:
- gsttag.[ch] - The definition of GstTagList and tag registering/querying
- gsttaginterface.[ch] - Interface for elements that can handle setting of tags
- updates and merges to gststructure.[ch] and gstvalue.[ch]
- testsuite/tags - some tests for tagging
- bugfixes
- updates to make make distcheck work
- updates the version number to 0.7.2.1
Does not include:
- including tagging stuff in docs
- extensive tests
Diffstat (limited to 'libs')
-rw-r--r-- | libs/gst/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gst/Makefile.am b/libs/gst/Makefile.am index 3bd8a76a39..fa04c8f2b6 100644 --- a/libs/gst/Makefile.am +++ b/libs/gst/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = control getbits bytestream +SUBDIRS = bytestream control getbits -DIST_SUBDIRS = control getbits bytestream +DIST_SUBDIRS = bytestream control getbits |