summaryrefslogtreecommitdiff
path: root/examples/video-sink.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2007-11-23 16:26:23 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2007-11-23 16:26:23 +0000
commitc51f145ab99198d3cee26e925b3e3b16e6644fa2 (patch)
tree815796daaa2fb3ef007d6d04e32e56abf22c76bc /examples/video-sink.c
parent177267244e0c026e66a7e2d71d5ca631b05e3f12 (diff)
downloadclutter-gst-c51f145ab99198d3cee26e925b3e3b16e6644fa2.tar.gz
2007-11-22 Zeeshan Ali Khattak <zeenix@gstreamer.net>
* clutter-gst/clutter-gst-video-sink.c: Use async queue with idle function instead of messages on the bus with signal handlers to allow the application thread to actually render the frames. (#644) * examples/video-sink.c: Remove the now unneeded call to gst_bus_add_signal_watch().
Diffstat (limited to 'examples/video-sink.c')
-rw-r--r--examples/video-sink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/video-sink.c b/examples/video-sink.c
index b6cf84a..99c64bd 100644
--- a/examples/video-sink.c
+++ b/examples/video-sink.c
@@ -80,8 +80,6 @@ main (int argc, char *argv[])
// g_object_set (src , "pattern", 10, NULL);
- gst_bus_add_signal_watch (GST_ELEMENT_BUS (pipeline));
-
gst_bin_add_many (GST_BIN (pipeline), src, warp, colorspace, sink, NULL);
gst_element_link_many (src, warp, colorspace, sink, NULL);
gst_element_set_state (GST_ELEMENT(pipeline), GST_STATE_PLAYING);