CVS Root: /cvs/gstreamer
Module: gst-plugins-good
Changes by: ensonic
Date: Wed Nov 26 2008 21:20:01 UTC
Log message:
* tests/examples/level/level-example.c:
Set fakesink to sync. Otherwise people might question the message
interval. Nevertheless the timestamp in the message is what matters.
Modified files:
. : ChangeLog
tests/examples/level: level-example.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.3836&r2=1.3837
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/tests/examples/level/level-example.c.diff?r1=1.1&r2=1.2
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-good/ChangeLog,v
retrieving revision 1.3836
retrieving revision 1.3837
diff -u -d -r1.3836 -r1.3837
--- ChangeLog 25 Nov 2008 18:13:23 -0000 1.3836
+++ ChangeLog 26 Nov 2008 21:19:45 -0000 1.3837
@@ -1,3 +1,9 @@
+2008-11-26 Stefan Kost <[email protected]>
+
+ * tests/examples/level/level-example.c:
+ Set fakesink to sync. Otherwise people might question the message
+ interval. Nevertheless the timestamp in the message is what matters.
2008-11-25 Wim Taymans <[email protected]>
* tests/icles/.cvsignore:
Index: level-example.c
RCS file: /cvs/gstreamer/gst-plugins-good/tests/examples/level/level-example.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- level-example.c 30 Dec 2005 15:28:44 -0000 1.1
+++ level-example.c 26 Nov 2008 21:19:47 -0000 1.2
@@ -108,6 +108,8 @@
/* make sure we'll get messages */
g_object_set (G_OBJECT (level), "message", TRUE, NULL);
+ /* run synced and not as fast as we can */
+ g_object_set (G_OBJECT (fakesink), "sync", TRUE, NULL);
bus = gst_element_get_bus (pipeline);
watch_id = gst_bus_add_watch (bus, message_handler, NULL);
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.