GNOME Bugzilla – Bug 593719
regression: segfault when using gstrtpbin and certain video codecs
Last modified: 2009-09-01 05:28:12 UTC
Created attachment 142164 [details] client test case When creating two pipelines (one server, one client) I'm getting a segfault on the client-side. Here is a traceback from gdb: ################################################################################ Program received signal SIGSEGV, Segmentation fault.
+ Trace 217256
Thread 3001011088 (LWP 4782)
############################################################################### It seems that gst_rtp_session_iterate_internal_links from gstrtpsession is passing a null ptr (otherpad) to gst_iterator_new_single. I've found this same issue for h263, h264, and mpeg4.
Created attachment 142165 [details] server test case
commit 3eb09dc32b734cbb5d40ff0b58023ecf411455f1 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Tue Sep 1 07:27:25 2009 +0200 iterator: Fix single iterator for NULL objects and non-GTypeInstance objects Fixes bug #593719.