From 4faf179db82b6c51158bf6a65da0ecca82fa6c60 Mon Sep 17 00:00:00 2001 From: Jason Kivlighn Date: Thu, 11 Oct 2007 17:55:29 +0000 Subject: gst/id3demux/id3v2frames.c: Extract license/copyright URIs from ID3v2 WCOP frames (Fixes #447000). Original commit message from CVS: Based on patch by: Jason Kivlighn * gst/id3demux/id3v2frames.c: Extract license/copyright URIs from ID3v2 WCOP frames (Fixes #447000). * tests/check/elements/id3demux.c: * tests/files/Makefile.am: * tests/files/id3-447000-wcop.tag: Add simple unit test. --- tests/files/Makefile.am | 3 ++- tests/files/id3-447000-wcop.tag | Bin 0 -> 360 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tests/files/id3-447000-wcop.tag (limited to 'tests/files') diff --git a/tests/files/Makefile.am b/tests/files/Makefile.am index c065d007..6fc51c12 100644 --- a/tests/files/Makefile.am +++ b/tests/files/Makefile.am @@ -1,5 +1,6 @@ EXTRA_DIST = \ id3-407349-1.tag \ - id3-407349-2.tag + id3-407349-2.tag \ + id3-447000-wcop.tag diff --git a/tests/files/id3-447000-wcop.tag b/tests/files/id3-447000-wcop.tag new file mode 100644 index 00000000..0f81c260 Binary files /dev/null and b/tests/files/id3-447000-wcop.tag differ -- cgit