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:
parent
0667fb7e25
commit
f7a085edaa
@ -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>
|
2008-08-01 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* tests/examples/dynamic/Makefile.am:
|
* tests/examples/dynamic/Makefile.am:
|
||||||
|
@ -55,7 +55,7 @@ AC_LIBTOOL_WIN32_DLL
|
|||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=0.10.19.1
|
GST_REQ=0.10.20.1
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
@ -656,7 +656,7 @@ gst_riff_parse_info (GstElement * element,
|
|||||||
type = GST_TAG_GENRE;
|
type = GST_TAG_GENRE;
|
||||||
break;
|
break;
|
||||||
case GST_RIFF_INFO_IKEY:
|
case GST_RIFF_INFO_IKEY:
|
||||||
type = NULL; /*"Keywords"; */
|
type = GST_TAG_KEYWORDS;
|
||||||
break;
|
break;
|
||||||
case GST_RIFF_INFO_ILGT:
|
case GST_RIFF_INFO_ILGT:
|
||||||
type = NULL; /*"Lightness"; */
|
type = NULL; /*"Lightness"; */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user