GNOME Bugzilla – Bug 510194
segmentation fault when trying to link elements.
Last modified: 2008-02-01 11:49:48 UTC
The pipeline "gstrtpbin ! gstrtpbin" let gstreamer crash with a segmentation fault. Because there is no check if the gst_element_get_request_pad function succesfully returned a pad.
Created attachment 103061 [details] [review] check if pads are not NULL Patch that check's if the pads are not NULL.
committed Log message: * gst/gstutils.c: Check if caps are not NULL (fix bug #510194)
Sorry, core & base are frozen again for 0.10.17 paper bag releases. Reverting your commit temporarily.
Committed ;-) 2008-02-01 Thijs Vermeir <thijsvermeir@gmail.com> * gst/gstutils.c: Check if caps are not NULL (fix bug #510194)