bin: Fix deep-element-removed log message

child and bin were switched.

https://gitlab.freedesktop.org/gstreamer/gstreamer/merge_requests/354
This commit is contained in:
Jan Alexander Steffens (heftig) 2020-01-09 20:07:06 +01:00
parent 20301a8820
commit f018b4eddc
No known key found for this signature in database
GPG key ID: DE5E0C5F25941CA5

View file

@ -1482,7 +1482,7 @@ gst_bin_deep_element_removed_func (GstBin * bin, GstBin * sub_bin,
GST_LOG_OBJECT (parent_bin, "emitting deep-element-removed for element " GST_LOG_OBJECT (parent_bin, "emitting deep-element-removed for element "
"%" GST_PTR_FORMAT " which has just been removed from %" GST_PTR_FORMAT, "%" GST_PTR_FORMAT " which has just been removed from %" GST_PTR_FORMAT,
sub_bin, child); child, sub_bin);
g_signal_emit (parent_bin, gst_bin_signals[DEEP_ELEMENT_REMOVED], 0, sub_bin, g_signal_emit (parent_bin, gst_bin_signals[DEEP_ELEMENT_REMOVED], 0, sub_bin,
child); child);