commit d0f36f59a0afce7ecd79ca7e1c3e6d10d0b024d5 Author: Bastien Nocera Date: Mon Sep 13 14:40:12 2010 +0100 2.30.3 Add missing test file to the dist NEWS | 4 ++++ configure.in | 2 +- plparse/tests/Makefile.am | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) commit 027d97f6b1624bb3e9913ca5f7981a17eb457fc3 Author: Bastien Nocera Date: Mon Sep 13 14:32:17 2010 +0100 Make sure videos disguised as MP4 aren't unhandled *.mp4 files were ignored if they were actually detected as any other type. This was the case for 3gpp files, but it would happen for *all* files types that weren't listed. And we can't list every file type as possibly being a quicktime file. So we ignore files that are text/plain, or a sub-class of it. This makes FLV hiding as an MP4, or 3GPP hiding as an MP4 work correctly. https://bugzilla.gnome.org/show_bug.cgi?id=620039 plparse/tests/Makefile.am | 3 ++- plparse/tests/parser.c | 12 ++++++++++++ plparse/tests/really-flv.mp4 | Bin 0 -> 204800 bytes plparse/totem-pl-parser.c | 5 ++--- 4 files changed, 16 insertions(+), 4 deletions(-) commit 3e2dc648a694b15352c2b7e54ff797986c238511 Author: Bastien Nocera Date: Thu Aug 26 14:11:49 2010 +0100 Fix parsing of 3gpp files 3GPP files with a .mp4 suffix would have been ignored by the parser when they should actually be marked as "unhandled" by the parser, and handled by the player instead. Fixed Debian bug #594359. plparse/tests/3gpp-file.mp4 | Bin 0 -> 524288 bytes plparse/tests/Makefile.am | 3 ++- plparse/tests/parser.c | 12 ++++++++++++ plparse/totem-pl-parser.c | 1 + 4 files changed, 15 insertions(+), 1 deletions(-) commit a0824aa8e003b62b8976d2cb683c0cae09d2d6a2 Author: Bastien Nocera Date: Mon Aug 23 10:45:53 2010 +0100 Don't use ":" as a separator in M3U playlists Fixes parsing of titles with ":" in their titles. https://bugzilla.gnome.org/show_bug.cgi?id=609091 plparse/tests/Makefile.am | 3 ++- plparse/tests/parser.c | 13 +++++++++++++ plparse/tests/separator.m3u | 3 +++ plparse/totem-pl-parser-lines.c | 7 ------- 4 files changed, 18 insertions(+), 8 deletions(-) commit 41d13b6ff351716818451d570fda64417e2284e0 Author: Bastien Nocera Date: Mon Aug 23 10:42:32 2010 +0100 Simplify getting results for entries Share more code between tests plparse/tests/parser.c | 131 ++++++++---------------------------------------- 1 files changed, 21 insertions(+), 110 deletions(-)