summaryrefslogtreecommitdiff
path: root/gst/gstbin.c
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2011-10-21 10:52:46 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2011-10-21 10:52:46 +0200
commitdf6044f7ebdaf0c38217c95b7d9cc5340567d800 (patch)
tree0739ec3a69b104eed7aa97baa1cbc10ff7f5c769 /gst/gstbin.c
parent5800757369ae90b770cca3ca840c2c607b9b9f21 (diff)
parent905d1fea180dfa8c81486712689bba54639ef472 (diff)
Merging origin/master
Conflicts: gst/gstbin.c gst/gstbus.c gst/gstdebugutils.c gst/gstpad.c libs/gst/base/gstbaseparse.c libs/gst/base/gstbasesrc.c
Diffstat (limited to 'gst/gstbin.c')
-rw-r--r--gst/gstbin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstbin.c b/gst/gstbin.c
index 1168ee75b..815a33b88 100644
--- a/gst/gstbin.c
+++ b/gst/gstbin.c
@@ -2689,7 +2689,8 @@ gst_bin_send_event (GstElement * element, GstEvent * event)
gst_event_ref (event);
res &= gst_element_send_event (child, event);
- g_value_reset (&data);
+ GST_LOG_OBJECT (child, "After handling %s event: %d",
+ GST_EVENT_TYPE_NAME (event), res);
break;
}
case GST_ITERATOR_RESYNC: