[rygel] tests: Add 'fakesrc' rather than 'audiotestsrc'
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] tests: Add 'fakesrc' rather than 'audiotestsrc'
- Date: Sat, 26 Mar 2011 14:06:15 +0000 (UTC)
commit 18599a9b785d6ed65d8e29d4b0e94117f2e6cc12
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Mar 25 19:24:49 2011 +0200
tests: Add 'fakesrc' rather than 'audiotestsrc'
tests/rygel-http-gst-response-test.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tests/rygel-http-gst-response-test.vala b/tests/rygel-http-gst-response-test.vala
index a116964..85e33cb 100644
--- a/tests/rygel-http-gst-response-test.vala
+++ b/tests/rygel-http-gst-response-test.vala
@@ -108,7 +108,8 @@ public class Rygel.MediaItem {
private dynamic Element src;
public MediaItem () {
- this.src = GstUtils.create_element ("audiotestsrc", null);
+ this.src = GstUtils.create_element ("fakesrc", null);
+ this.src.sizetype = 2; // fixed
}
public MediaItem.fixed_size () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]