diff options
author | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-10-21 10:52:46 +0200 |
---|---|---|
committer | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-10-21 10:52:46 +0200 |
commit | df6044f7ebdaf0c38217c95b7d9cc5340567d800 (patch) | |
tree | 0739ec3a69b104eed7aa97baa1cbc10ff7f5c769 /gst/gstbin.c | |
parent | 5800757369ae90b770cca3ca840c2c607b9b9f21 (diff) | |
parent | 905d1fea180dfa8c81486712689bba54639ef472 (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.c | 3 |
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: |