[gstreamer-bugs] [Bug 300339] assertion with gst_pad_relink_filtered

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Apr 15 02:30:20 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=300339
 GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Additional Comments From Ronald Bultje  2005-04-15 05:30 -------
In line 2278/2279 of gstpad.c, it assumes pads are unlinked, which is invalid:

  g_return_val_if_fail (GST_RPAD_PEER (realsrc) == NULL, NULL);
  g_return_val_if_fail (GST_RPAD_PEER (realsink) == NULL, NULL);

Commenting those two out should make it work. The weird thing is that
_relink_filtered() is the only function calling that function containing those
two assertions, so it may very well have been broken for a very long time already.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list