[rygel] core: Micro refactor
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] core: Micro refactor
- Date: Thu, 1 Oct 2009 20:28:37 +0000 (UTC)
commit d68fbba99c49847dae33c3437d6f48cdbfc21372
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Sep 30 22:37:18 2009 +0300
core: Micro refactor
src/rygel/rygel-metadata-extractor.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-metadata-extractor.vala b/src/rygel/rygel-metadata-extractor.vala
index d475e6e..ea3f8a6 100644
--- a/src/rygel/rygel-metadata-extractor.vala
+++ b/src/rygel/rygel-metadata-extractor.vala
@@ -130,7 +130,8 @@ public class Rygel.MetadataExtractor: GLib.Object {
this.playbin.set_state (State.NULL);
this.error (file_queue.peek_head (),
- new IOChannelError.FAILED ("Pipeline stuck while reading file info"));
+ new IOChannelError.FAILED (
+ "Pipeline stuck while reading file info"));
this.file_queue.pop_head ();
extract_next ();
return false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]