summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorAnton Belka <antonbelka@gmail.com>2013-03-25 13:41:13 +0300
committerTim-Philipp Müller <tim@centricular.net>2013-03-25 13:26:25 +0000
commitc1b7b2c8d60e63466f0bbc8d83ec4b357cd676c7 (patch)
tree7911ab8493223037fdab38126c5c17fa6dcd4ff8 /gst-libs
parent78a8531c7539dda7c22ca4b9bbd238c9c337005f (diff)
riff: add "note" tag
Add GST_RIFF_TAG_note for wavparse. https://bugzilla.gnome.org/show_bug.cgi?id=696549 https://bugzilla.gnome.org/show_bug.cgi?id=696550
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/riff/riff-ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/riff/riff-ids.h b/gst-libs/gst/riff/riff-ids.h
index eafdab4d3..9b9f0e55e 100644
--- a/gst-libs/gst/riff/riff-ids.h
+++ b/gst-libs/gst/riff/riff-ids.h
@@ -58,6 +58,7 @@ G_BEGIN_DECLS
#define GST_RIFF_TAG_fact GST_MAKE_FOURCC ('f','a','c','t')
#define GST_RIFF_TAG_acid GST_MAKE_FOURCC ('a','c','i','d')
#define GST_RIFF_TAG_labl GST_MAKE_FOURCC ('l','a','b','l')
+#define GST_RIFF_TAG_note GST_MAKE_FOURCC ('n','o','t','e')
/* LIST types */
#define GST_RIFF_LIST_movi GST_MAKE_FOURCC ('m','o','v','i')