mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
bin: fix deep-element-added signal debug log message
Adding the bin to the child element doesn't really make sense.
This commit is contained in:
parent
63e71468d4
commit
f5f1fb5780
1 changed files with 1 additions and 1 deletions
|
@ -1459,7 +1459,7 @@ gst_bin_deep_element_added_func (GstBin * bin, GstBin * sub_bin,
|
|||
|
||||
GST_LOG_OBJECT (parent_bin, "emitting deep-element-added for element "
|
||||
"%" GST_PTR_FORMAT " which has just been added to %" GST_PTR_FORMAT,
|
||||
sub_bin, child);
|
||||
child, sub_bin);
|
||||
|
||||
g_signal_emit (parent_bin, gst_bin_signals[DEEP_ELEMENT_ADDED], 0, sub_bin,
|
||||
child);
|
||||
|
|
Loading…
Reference in a new issue