rygel r351 - trunk/src/rygel



Author: zeeshanak
Date: Sun Dec 14 20:22:56 2008
New Revision: 351
URL: http://svn.gnome.org/viewvc/rygel?rev=351&view=rev

Log:
Minor refactoring.

Modified:
   trunk/src/rygel/rygel-gst-stream.vala

Modified: trunk/src/rygel/rygel-gst-stream.vala
==============================================================================
--- trunk/src/rygel/rygel-gst-stream.vala	(original)
+++ trunk/src/rygel/rygel-gst-stream.vala	Sun Dec 14 20:22:56 2008
@@ -73,10 +73,6 @@
             return;
         }
 
-        this.queue_buffer (buffer);
-    }
-
-    private void queue_buffer (Buffer buffer) {
         this.buffers.push (buffer);
         Idle.add_full (Priority.HIGH_IDLE, this.idle_handler);
     }



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