============ Version 2.16.2 2006-10-01 Bastien Nocera * NEWS: upd * configure.in: 2.16.2 2006-09-29 Tim-Philipp Müller * src/backend/bacon-video-widget-gst-0.10.c: (bvw_bus_message_cb), (bacon_video_widget_open_with_subtitle), (bacon_video_widget_play), (bvw_stop_play_pipeline), (bacon_video_widget_pause), (bacon_video_widget_is_playing): Pause pipeline temporarily while re-buffering (might only work properly with gst-plugins-base from CVS). 2006-09-28 Tim-Philipp Müller * src/totem-statusbar.c: (totem_statusbar_set_text): Restore playing/stopped text in statusbar properly if has changed while we were buffering (#341233). 2006-09-19 Bastien Nocera * browser-plugin/totemPlugin.cpp: don't accept streams from the browser if they're not from a supported mime-type (http://webtv.tv2.no passes us text/html streams) (Helps: #355881) 2006-09-11 Bastien Nocera * src/totem.c: (totem_action_save_size), (totem_setup_window): remove useless debug 2006-09-10 Bastien Nocera * src/plparse/totem-pl-parser.c: (totem_pl_parser_iso_get_title), (totem_pl_parser_add_iso): Add totem_pl_parser_iso_get_title so that ISO images use their labels as a default title, code stolen from nautilus-cd-burner 2006-09-10 Bastien Nocera * src/plparse/totem-pl-parser.c: (totem_pl_parser_add_directory): Detect DVDs even if they're deeper in the folder hierarchy, and set a default title for them 2006-09-10 Bastien Nocera * src/plparse/totem-pl-parser.c: (totem_pl_parser_add_m3u): Handle playlists linked inside playlists, as used on http://www.kinkfm.com (Closes: #354954) 2006-09-10 Bastien Nocera * src/plparse/totem-pl-parser.c: (parse_asx_entries): patch from Jonathan Matthew to handle "BASE HREF" in ASX files (Closes: #355222)