slomo gstreamer: gstreamer/ gstreamer/tests/check/libs/
[email protected] Tue, 9 Dec 2008 02:58:15 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVS Root: /cvs/gstreamer
Module: gstreamer
Changes by: slomo
Date: Tue Dec 09 2008 10:58:15 UTC
Log message:
* tests/check/libs/controller.c: (GST_START_TEST):
This test should return TRUE now as syncing an uncontrolled
object will succeed now (there's nothing to sync).
Modified files:
. : ChangeLog
tests/check/libs: controller.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.4186&r2=1.4187
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/tests/check/libs/controller.c.diff?r1=1.32&r2=1.33
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gstreamer/ChangeLog,v
retrieving revision 1.4186
retrieving revision 1.4187
diff -u -d -r1.4186 -r1.4187
--- ChangeLog 9 Dec 2008 09:56:23 -0000 1.4186
+++ ChangeLog 9 Dec 2008 10:57:59 -0000 1.4187
@@ -1,3 +1,9 @@
+2008-12-09 Sebastian Dröge <[email protected]>
+
+ * tests/check/libs/controller.c: (GST_START_TEST):
+ This test should return TRUE now as syncing an uncontrolled
+ object will succeed now (there's nothing to sync).
2008-12-09 Stefan Kost <[email protected]>
* libs/gst/controller/gstcontroller.c:
@@ -9,7 +15,6 @@
* libs/gst/controller/gsthelper.c:
Fix return code and comment.
-
Index: controller.c
RCS file: /cvs/gstreamer/gstreamer/tests/check/libs/controller.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- controller.c 20 Jun 2008 08:17:08 -0000 1.32
+++ controller.c 9 Dec 2008 10:58:01 -0000 1.33
@@ -1901,7 +1901,8 @@
/* that element is not controllable */
res = gst_object_sync_values (G_OBJECT (elem), 0LL);
- fail_unless (res == FALSE, NULL);
+ /* Syncing should still succeed as there's nothing to sync */
+ fail_unless (res == TRUE, NULL);
gst_object_unref (elem);
}
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose