gstreamer/gst-libs/gst
Tim-Philipp Müller c2c21806ba tag: id3v2: fix parsing of unsync'ed ID3 v2.4 tags and frames
Reversing the unsynchronisation seems to work slightly differently
for ID3 v2.3 tags and v2.4 tags: v2.3 tags don't have syncsafe frame
sizes in the frame header, so the unsynchronisation is applied to
the whole frame data including all the frame headers. v2.4 frames
have sync-safe sizes, however, so the unsynchronisation only needs
to be applied to the actual frame data, and it seems that's what's
being done as well. So we need to undo the unsynchronisation on a
per-frame basis for v2.4 tags for things to work properly.

Fixes extraction of coverart/images from APIC frames in ID3 v2.4
tags (#588148).

Add unit test for this as well.
2011-08-15 00:10:32 +01:00
..
app docs: fixup appsrc/sink api docs 2011-05-23 15:02:27 +03:00
audio baseaudiosink: fix latency calculation for live elements 2011-07-28 14:31:47 +02:00
cdda docs: add missing documentation for various pieces 2011-05-23 23:56:09 +03:00
fft fft: s/M_PI/G_PI/ for MSVC 2011-05-31 20:18:23 -07:00
floatcast gst/: Include glib.h instead of a specific GLib header. Including single 2008-12-10 08:19:13 +00:00
interfaces interfaces: GstStreamVolume isn't wrapped by GstImplementsInterface 2011-06-26 21:07:52 +01:00
netbuffer libs: gobject-introspection scanner doesn't need to scan or update plugin info 2011-04-16 11:01:53 +01:00
pbutils pbutils: Add SP levels 4a, 5 and 6 2011-08-03 10:05:51 +02:00
riff riff: remove the g_return_if_fail as we test it below 2011-05-25 15:06:19 +03:00
rtp docs: rtp library docs update 2011-05-23 23:56:09 +03:00
rtsp rtsp: GstRTSPExtension isn't wrapped by GstImplementsInterface 2011-06-26 21:07:52 +01:00
sdp sdp: remove gst_init() for g-i scanner here again as well to avoid problems with -Wl,--as-needed 2011-04-17 19:33:04 +01:00
tag tag: id3v2: fix parsing of unsync'ed ID3 v2.4 tags and frames 2011-08-15 00:10:32 +01:00
video video: sprinkle some G_GNUC_CONST 2011-05-28 12:29:46 +01:00
gettext.h Fix for ENABLE_NLS being undefined for -Wundef 2010-03-16 18:06:16 +01:00
gst-i18n-plugin.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
Makefile.am gst-libs: build pbutils after video 2010-09-22 01:50:21 -07:00