mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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
3 changed files with 9 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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 ****
|
||||
|
||||
|
|
|
@ -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"; */
|
||||
|
|
Loading…
Reference in a new issue