============ Version 2.26.2 2009-05-03 Bastien Nocera * NEWS: upd * configure.in: 2.26.2 2009-05-03 Bastien Nocera * plparse/totem-pl-parser-qt.c (totem_pl_parser_add_quicktime): Don't implement a fall-back when the top-level parsing code can already do that for us, and we might not want a fall-back. Fixes video/mp4 files played from YouTube showing up with "get_video" as the video name (Closes: #576338) 2009-04-29 Bastien Nocera * plparse/totem-pl-parser-podcast.c (check_header), (decompress_gzip), (totem_pl_parser_is_itms_feed): Fix parsing of: itms://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=271121520&ign-mscache=1 and http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=271121520 The same podcast, as launched from the web browser, and by hand, respectively 2009-04-24 Bastien Nocera * plparse/totem-pl-parser.c (totem_pl_parser_parse_xml_relaxed): Implement XML parser helper which takes the XML encoding property into account to convert source contents * plparse/totem-pl-parser-podcast.c (totem_pl_parser_add_rss), (totem_pl_parser_add_atom), (totem_pl_parser_get_feed_uri), (totem_pl_parser_add_opml): * plparse/totem-pl-parser-private.h: * plparse/totem-pl-parser-qt.c (totem_pl_parser_add_quicktime_metalink): * plparse/totem-pl-parser-smil.c (totem_pl_parser_add_smil_with_data): * plparse/totem-pl-parser-wm.c (totem_pl_parser_add_asx): Use the XML parser helper (Closes: #579993) 2009-04-22 Bastien Nocera * plparse/totem-pl-parser-private.h: * plparse/totem-pl-parser-smil.c (parse_smil_entry): * plparse/totem-pl-parser-wm.c (parse_asx_entry), (parse_asx_entryref): * plparse/totem-pl-parser-xspf.c (parse_xspf_track): * plparse/totem-pl-parser.c (relative_uri_remove_query), (is_probably_dir), (totem_pl_parser_resolve_uri): Backport path resolution function from master fixes parsing of relative URIs in playlists (Closes: #577547)