projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4a320f
)
[560/906] examples: update for bus api changes and glimagesink changes
author
Matthew Waters
<ystreet00@gmail.com>
Tue, 14 Aug 2012 04:41:19 +0000
(14:41 +1000)
committer
Matthew Waters
<ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:47 +0000
(18:36 +0100)
tests/examples/gtk/fxtest/pixbufdrop.c
patch
|
blob
|
history
diff --git
a/tests/examples/gtk/fxtest/pixbufdrop.c
b/tests/examples/gtk/fxtest/pixbufdrop.c
index d68fde1fb8b9b85afe3c59c73fbe06b50fccbf11..c4664965cf27d87b076c671ce9d812a3a8e6f46d 100644
(file)
--- a/
tests/examples/gtk/fxtest/pixbufdrop.c
+++ b/
tests/examples/gtk/fxtest/pixbufdrop.c
@@
-309,7
+309,8
@@
main (gint argc, gchar * argv[])
gtk_container_add (GTK_CONTAINER (window), vbox);
bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
- gst_bus_set_sync_handler (bus, (GstBusSyncHandler) create_window, screen);
+ gst_bus_set_sync_handler (bus, (GstBusSyncHandler) create_window, screen,
+ NULL);
gst_bus_add_signal_watch (bus);
g_signal_connect (bus, "message::error", G_CALLBACK (message_cb), pipeline);
g_signal_connect (bus, "message::warning", G_CALLBACK (message_cb), pipeline);