summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-02-08 20:52:09 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-02-08 20:52:09 +0000
commit7cf3cb0db57ba2df88db5dfc895f1ff770e817f4 (patch)
treea529f6179f37b961089c9e6f690c0806fe8b835a /ChangeLog
parent027620b6b9bf1a87656361fd46204b8a7a63423c (diff)
downloadtotem-7cf3cb0db57ba2df88db5dfc895f1ff770e817f4.tar.gz
Change the API to give a more detailed information as to why it can't play
2008-02-08 Bastien Nocera <hadess@hadess.net> * src/backend/bacon-video-widget-gst-0.10.c: (bacon_video_widget_can_play): * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_can_play): * src/backend/bacon-video-widget.h: Change the API to give a more detailed information as to why it can't play a specific media * src/totem.c: (totem_action_load_media): Better error message depending on the retval of _can_play() svn path=/trunk/; revision=5086
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c6baceed..dcaf61075 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2008-02-08 Bastien Nocera <hadess@hadess.net>
+ * src/backend/bacon-video-widget-gst-0.10.c:
+ (bacon_video_widget_can_play):
+ * src/backend/bacon-video-widget-xine.c:
+ (bacon_video_widget_can_play):
+ * src/backend/bacon-video-widget.h:
+ Change the API to give a more detailed information as to why it
+ can't play a specific media
+
+ * src/totem.c: (totem_action_load_media):
+ Better error message depending on the retval of _can_play()
+
+2008-02-08 Bastien Nocera <hadess@hadess.net>
+
* data/totem.ui:
* src/totem.c: (totem_action_toggle_aspect_ratio):
Fix to make totem_action_toggle_aspect_ratio() work again