projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
230307f
)
riff: Add id3 tag
author
Stéphane Cerveau
<scerveau@gmail.com>
Tue, 31 Dec 2013 09:17:55 +0000
(10:17 +0100)
committer
Sebastian Dröge
<sebastian@centricular.com>
Tue, 31 Dec 2013 09:38:44 +0000
(10:38 +0100)
Add id3 tag for wavparse
https://bugzilla.gnome.org/show_bug.cgi?id=721241
gst-libs/gst/riff/riff-ids.h
patch
|
blob
|
history
diff --git
a/gst-libs/gst/riff/riff-ids.h
b/gst-libs/gst/riff/riff-ids.h
index
636a3d9
..
9542c59
100644
(file)
--- a/
gst-libs/gst/riff/riff-ids.h
+++ b/
gst-libs/gst/riff/riff-ids.h
@@
-47,6
+47,7
@@
G_BEGIN_DECLS
#define GST_RIFF_TAG_idx1 GST_MAKE_FOURCC ('i','d','x','1')
#define GST_RIFF_TAG_dmlh GST_MAKE_FOURCC ('d','m','l','h')
#define GST_RIFF_TAG_ID32 GST_MAKE_FOURCC ('I','D','3','2')
+#define GST_RIFF_TAG_id3 GST_MAKE_FOURCC ('i','d','3',' ')
#define GST_RIFF_TAG_IDVX GST_MAKE_FOURCC ('I','D','V','X')
/* WAV stuff */
#define GST_RIFF_TAG_fmt GST_MAKE_FOURCC ('f','m','t',' ')