============ Version 2.18.2 2007-05-16 Bastien Nocera * NEWS: upd * configure.in: Release 2.18.2 2007-05-14 Bastien Nocera * src/bacon-volume.c: (bacon_volume_button_new): Update from libbacon 2007-05-11 Bastien Nocera * src/backend/bacon-video-widget-xine.c: (xine_event_message): XINE_MSG_FILE_EMPTY is in all the versions now 2007-05-10 Bastien Nocera * browser-plugin/totemComplexPlugin.cpp: make the Complex plugin report version "10.0" through GetVersionInfo (Closes: #395881) * browser-plugin/totemGMPPlugin.cpp: remove FIXME for the WMP version 2007-05-09 Bastien Nocera * configure.in: Up the required xine-lib version, to get the xine-lib fix at http://hg.debian.org/hg/xine-lib/xine-lib?cmd=changeset;node=2b182beaba68;style=gitweb * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_finalize), (bacon_video_widget_new), (bacon_video_widget_open_thread), (bacon_video_widget_open_async), (bacon_video_widget_play), (bacon_video_widget_stop), (bacon_video_widget_close), (bacon_video_widget_pause): Yield to the newly created open() thread so that we can block on open later, fix "cat foo | totem fd://0" not working; Queue the actions that occur during the threaded open() so that we can apply them when we really finished the open(), Fixes the xine-lib backend for use in the browser plugin (Closes: #375866) 2007-04-24 Tim-Philipp Müller * src/backend/bacon-video-widget-gst-0.10.c: (bacon_video_widget_new): Use separate bus to test whether the audiosink is working on startup, so that errors from testing the audiosink won't lead to an error dialog later on even if we've already plugged a fakesink as fallback instead. Should fix #432687. 2007-04-22 Brian Pepple * data/Makefile.am (update-icon-cache): fix gtk-update-icon-cache for uninstall-hook. (Closes: #432424) 2007-04-19 Bastien Nocera * src/totem-video-thumbnailer.c: remove unused HALF_SECOND definition, spotted by Aidan Delaney (Closes: #431404) 2007-04-13 Bastien Nocera * src/plparse/totem-pl-parser-qt.c: (totem_pl_parser_add_quicktime_rtsptext), (totem_pl_parser_add_quicktime_metalink), (totem_pl_parser_is_quicktime): Fix RTSPtext parsing for one-line URLs (Closes: #429383) 2007-04-09 Bastien Nocera * src/totem-remote.c: (totem_remote_finalize): Patch from Philip Withnall to avoid crashing on exit when LIRC is being used (Closes: #427681) 2007-04-05 Bastien Nocera * src/totem-remote.c: (on_media_player_key_pressed): Fix compilation (as reported by many people) 2007-04-05 Bastien Nocera * src/totem-remote.c: (on_media_player_key_pressed): Handle the "Stop" button as well (Closes: #422956)