[rhythmbox/mallard-help] audiocd: don't give up when we get the TOC message
- From: Sindhu S <sindhus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/mallard-help] audiocd: don't give up when we get the TOC message
- Date: Mon, 25 Mar 2013 15:41:50 +0000 (UTC)
commit 2ed452a710269d746653b32587a553ab7eae8cee
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]