GNOME Bugzilla – Bug 301331
gst_element_unlink only unlinks real pads
Last modified: 2005-04-22 15:07:41 UTC
Please describe the problem: the gst_element_unlink function only unlinks real pads. This caused unsuspected behaviour when the first parameter of this functions is e.g. a GstBin with a ghost pad. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: Removing the GST_IS_REAL_PAD check in the function solves the problem for me. Imho this can not cause problems because gst_pad_unlink realizes the pad internally.
Created attachment 45484 [details] [review] removes the GST_PAD_IS_REAL check
Created attachment 45538 [details] [review] removes the GST_IS_REAL_PAD check Previous patch was inverted
Applied, thanks.