[rhythmbox] audiocd: don't give up when we get the TOC message



commit f57aa41ce8bb39b235629d9a5e9a8d09f189fa4d
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Mar 10 08:07:31 2013 +1000

    audiocd: don't give up when we get the TOC message

 plugins/audiocd/rb-audiocd-info.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/plugins/audiocd/rb-audiocd-info.c b/plugins/audiocd/rb-audiocd-info.c
index 0d9ee3e..d93e1d0 100644
--- a/plugins/audiocd/rb-audiocd-info.c
+++ b/plugins/audiocd/rb-audiocd-info.c
@@ -109,9 +109,7 @@ read_gst_disc_info (RBAudioCDInfo *info, GError **error)
                        done = TRUE;
                        break;
                case GST_MESSAGE_TOC:
-                       GST_ERROR ("YAY, we have a TOC message !");
-                       gst_message_parse_toc(msg, &toc, NULL);
-                       done = TRUE;
+                       gst_message_parse_toc (msg, &toc, NULL);
                        break;
                default:
                        break;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]