rygel r351 - trunk/src/rygel
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r351 - trunk/src/rygel
- Date: Sun, 14 Dec 2008 20:22:56 +0000 (UTC)
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]