After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 510194 - segmentation fault when trying to link elements.
segmentation fault when trying to link elements.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-17 14:41 UTC by Thijs Vermeir
Modified: 2008-02-01 11:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
check if pads are not NULL (1.29 KB, patch)
2008-01-17 14:42 UTC, Thijs Vermeir
committed Details | Review

Description Thijs Vermeir 2008-01-17 14:41:00 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.
Comment 1 Thijs Vermeir 2008-01-17 14:42:25 UTC
Created attachment 103061 [details] [review]
check if pads are not NULL

Patch that check's if the pads are not NULL.
Comment 2 Thijs Vermeir 2008-01-30 12:57:06 UTC
committed

Log message:
       * gst/gstutils.c:
       Check if caps are not NULL (fix bug #510194)
Comment 3 Jan Schmidt 2008-01-30 13:11:23 UTC
Sorry, core & base are frozen again for 0.10.17 paper bag releases.

Reverting your commit temporarily.
Comment 4 Thijs Vermeir 2008-02-01 11:33:00 UTC
Committed ;-)

2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>

	* gst/gstutils.c:
	Check if caps are not NULL (fix bug #510194)