Bump requirement to latest core and use new tag for riff formats.

Original commit message from CVS:
* configure.ac:
* gst-libs/gst/riff/riff-read.c:
Bump requirement to latest core and use new tag for riff formats.
Needed for #520694.
This commit is contained in:
Stefan Kost 2008-08-01 11:55:07 +00:00
parent 0667fb7e25
commit f7a085edaa
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2008-08-01 Stefan Kost <ensonic@users.sf.net>
* configure.ac:
* gst-libs/gst/riff/riff-read.c:
Bump requirement to latest core and use new tag for riff formats.
Needed for #520694.
2008-08-01 Wim Taymans <wim.taymans@collabora.co.uk>
* tests/examples/dynamic/Makefile.am:

View file

@ -55,7 +55,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.19.1
GST_REQ=0.10.20.1
dnl *** autotools stuff ****

View file

@ -656,7 +656,7 @@ gst_riff_parse_info (GstElement * element,
type = GST_TAG_GENRE;
break;
case GST_RIFF_INFO_IKEY:
type = NULL; /*"Keywords"; */
type = GST_TAG_KEYWORDS;
break;
case GST_RIFF_INFO_ILGT:
type = NULL; /*"Lightness"; */