From: Zeeshan Ali (Khattak) Date: Thu, 25 Dec 2008 12:02:16 +0000 (+0000) Subject: Rename Streamer.handle_item_stream to handle_streaming_item. X-Git-Tag: RYGEL_0_2~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64bab574629585ddd472ec78e36cfdf47a4bd286;p=profile%2Fivi%2Frygel.git Rename Streamer.handle_item_stream to handle_streaming_item. svn path=/trunk/; revision=397 --- diff --git a/src/rygel/rygel-streamer.vala b/src/rygel/rygel-streamer.vala index f7faa65..e4ed680 100644 --- a/src/rygel/rygel-streamer.vala +++ b/src/rygel/rygel-streamer.vala @@ -137,7 +137,7 @@ public class Rygel.Streamer : GLib.Object { return; } - this.handle_item_stream (msg, item); + this.handle_streaming_item (msg, item); } private void handle_path_request (Soup.Message msg, @@ -172,8 +172,8 @@ public class Rygel.Streamer : GLib.Object { } } - private void handle_item_stream (Soup.Message msg, - MediaItem item) { + private void handle_streaming_item (Soup.Message msg, + MediaItem item) { string uri = item.res.uri; // Create to Gst source that can handle the URI