gstreamer/gst-libs/gst/tag
Sebastian Dröge 8803ea2d8b id3v2frames: Fix compiler warnings
id3v2frames.c:951:20: error: unused variable 'utf16enc' [-Werror,-Wunused-const-variable]
static const gchar utf16enc[] = "UTF-16";
                   ^
id3v2frames.c:952:20: error: unused variable 'utf16leenc' [-Werror,-Wunused-const-variable]
static const gchar utf16leenc[] = "UTF-16LE";
                   ^
id3v2frames.c:953:20: error: unused variable 'utf16beenc' [-Werror,-Wunused-const-variable]
static const gchar utf16beenc[] = "UTF-16BE";
                   ^
2015-05-30 08:12:03 +02:00
..
gstexiftag.c tag: exiftag: don't try to convert utf-8 to latin1 if string is ASCII already 2015-04-03 21:03:50 +01:00
gstid3tag.c tag: id3: handle publisher, interpreted-by and musical-key tags 2013-08-20 14:44:55 +02:00
gsttagdemux.c tagdemux: ensure tags have been fetched before pulling data 2015-02-18 21:00:50 -03:00
gsttagdemux.h Fix FSF address 2012-11-03 23:05:09 +00:00
gsttageditingprivate.c Fix FSF address 2012-11-03 23:05:09 +00:00
gsttageditingprivate.h Fix FSF address 2012-11-03 23:05:09 +00:00
gsttagmux.c tagmux: fix criticals when there are no tags at all 2014-11-28 13:18:38 +00:00
gsttagmux.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstvorbistag.c vorbistag: Read image-type from the GstSample info struct 2013-12-16 11:35:12 +01:00
gstxmptag.c xmptag: fix invalid reads in GST_DEBUG statement 2015-04-24 17:32:51 +01:00
id3v2.3.0.txt various: typo fixes 2011-12-02 12:03:27 +01:00
id3v2.4.0-frames.txt various: typo fixes 2011-12-02 12:03:27 +01:00
id3v2.4.0-structure.txt various: typo fixes 2011-12-02 12:03:27 +01:00
id3v2.c tag: id3: encapsulate ID3V2 blob frames in GstSample 2013-09-09 23:49:14 +01:00
id3v2.h Fix FSF address 2012-11-03 23:05:09 +00:00
id3v2frames.c id3v2frames: Fix compiler warnings 2015-05-30 08:12:03 +02:00
lang-tables.dat 0.10.28.2 pre-release 2010-04-14 15:35:06 +01:00
lang.c Fix FSF address 2012-11-03 23:05:09 +00:00
license-translations.dict tag: add convenience API to handle creative commons licenses 2011-08-10 10:33:47 +01:00
licenses-tables.dat tag: add convenience API to handle creative commons licenses 2011-08-10 10:33:47 +01:00
licenses.c Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:42:34 +01:00
mklangtables.c Fix FSF address 2012-11-03 23:05:09 +00:00
mklicensestables.c Fix FSF address 2012-11-03 23:05:09 +00:00
tag.h tag: add musical-key tag 2013-08-20 14:44:27 +02:00
tags.c tag: id3: encapsulate ID3V2 blob frames in GstSample 2013-09-09 23:49:14 +01:00
xmpwriter.c Fix FSF address 2012-11-03 23:05:09 +00:00
xmpwriter.h libs: There is no G_TYPE_CHECK_INTERFACE_TYPE and G_TYPE_CHECK_INTERFACE_CAST 2014-06-26 16:18:46 +02:00