rygel r372 - trunk/src/plugins/tracker



Author: zeeshanak
Date: Thu Dec 25 12:00:06 2008
New Revision: 372
URL: http://svn.gnome.org/viewvc/rygel?rev=372&view=rev

Log:
MediaTracker keeps a ref to Streamer instance.

Modified:
   trunk/src/plugins/tracker/rygel-media-tracker.vala

Modified: trunk/src/plugins/tracker/rygel-media-tracker.vala
==============================================================================
--- trunk/src/plugins/tracker/rygel-media-tracker.vala	(original)
+++ trunk/src/plugins/tracker/rygel-media-tracker.vala	Thu Dec 25 12:00:06 2008
@@ -37,13 +37,14 @@
     private List<TrackerContainer> containers;
 
     private SearchCriteriaParser search_parser;
+    private Streamer streamer;
 
     /* Pubic methods */
     public override void constructed () {
         // Chain-up to base first
         base.constructed ();
 
-        Streamer streamer = new Streamer (this.context, "Tracker");
+        this.streamer = new Streamer (this.context, "Tracker");
 
         this.containers = new List<TrackerContainer> ();
         this.containers.append



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