summaryrefslogtreecommitdiffstats
path: root/gst/level
diff options
context:
space:
mode:
Diffstat (limited to 'gst/level')
-rw-r--r--gst/level/level-example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/level/level-example.c b/gst/level/level-example.c
index dcfdec0c..6aac1a5d 100644
--- a/gst/level/level-example.c
+++ b/gst/level/level-example.c
@@ -77,7 +77,7 @@ main (int argc, char *argv[])
g_object_set (G_OBJECT (level), "message", TRUE, NULL);
bus = gst_element_get_bus (pipeline);
- watch_id = gst_bus_add_watch (bus, message_handler, NULL);
+ watch_id = gst_bus_add_watch (bus, GST_MESSAGE_ANY, message_handler, NULL);
gst_element_set_state (pipeline, GST_STATE_PLAYING);