[rygel] tests: We must set 'sizemax' property of 'fakesrc'
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] tests: We must set 'sizemax' property of 'fakesrc'
- Date: Fri, 1 Apr 2011 15:57:29 +0000 (UTC)
commit 7722a2efaa05499c822aab80789b7a7b466dd8b7
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Mar 30 17:55:44 2011 +0300
tests: We must set 'sizemax' property of 'fakesrc'
tests/rygel-http-gst-response-test.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/rygel-http-gst-response-test.vala b/tests/rygel-http-gst-response-test.vala
index 2ff2b69..70725a8 100644
--- a/tests/rygel-http-gst-response-test.vala
+++ b/tests/rygel-http-gst-response-test.vala
@@ -117,6 +117,7 @@ public class Rygel.MediaItem {
this.src.blocksize = BLOCK_SIZE;
this.src.num_buffers = MAX_BUFFERS;
+ this.src.sizemax = HTTPResponseTest.MAX_BYTES;
}
public Element? create_stream_source () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]