diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-13 11:32:38 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-13 11:32:38 +0000 |
commit | 98ab8bfd8fc16958f80e3a83204474f7d1dc0279 (patch) | |
tree | 7d578845a1a2e5f1a8624d202cacc519f0bc8251 | |
parent | ee1325274f4f7066ab37376ba9318ffa8f8e3417 (diff) | |
download | gst-plugins-bad-98ab8bfd8fc16958f80e3a83204474f7d1dc0279.tar.gz gst-plugins-bad-98ab8bfd8fc16958f80e3a83204474f7d1dc0279.tar.bz2 gst-plugins-bad-98ab8bfd8fc16958f80e3a83204474f7d1dc0279.zip |
gst-libs/gst/riff/riff-ids.h: - add CDXA to the list of RIFF types
Original commit message from CVS:
* gst-libs/gst/riff/riff-ids.h :
- add CDXA to the list of RIFF types
- add plst (playlist ?) to wav chunk list (only diff with wavparse/riff.h)
-rw-r--r-- | gst-libs/gst/riff/riff-ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/riff/riff-ids.h b/gst-libs/gst/riff/riff-ids.h index 65fbd30f..9a1f5669 100644 --- a/gst-libs/gst/riff/riff-ids.h +++ b/gst-libs/gst/riff/riff-ids.h @@ -27,6 +27,7 @@ /* RIFF types */ #define GST_RIFF_RIFF_WAVE GST_MAKE_FOURCC ('W','A','V','E') #define GST_RIFF_RIFF_AVI GST_MAKE_FOURCC ('A','V','I',' ') +#define GST_RIFF_RIFF_CDXA GST_MAKE_FOURCC ('C','D','X','A') /* tags */ #define GST_RIFF_TAG_RIFF GST_MAKE_FOURCC ('R','I','F','F') @@ -44,6 +45,7 @@ /* WAV stuff */ #define GST_RIFF_TAG_fmt GST_MAKE_FOURCC ('f','m','t',' ') #define GST_RIFF_TAG_data GST_MAKE_FOURCC ('d','a','t','a') +#define GST_RIFF_TAG_plst GST_MAKE_FOURCC ('p','l','s','t') #define GST_RIFF_TAG_cue GST_MAKE_FOURCC ('c','u','e',' ') /* LIST types */ #define GST_RIFF_LIST_movi GST_MAKE_FOURCC ('m','o','v','i') |