GNOME Bugzilla – Bug 729873
rtsp media unit test failure: gst_ghost_pad_new: assertion '!gst_pad_is_linked (target)' failed
Last modified: 2014-06-22 12:13:51 UTC
tpm@xps:~/gst/master/gst-rtsp-server/tests/check$ make gst/media.check CCLD gst/media Running suite(s): rtspmedia Unexpected critical/warning: gst_ghost_pad_new: assertion '!gst_pad_is_linked (target)' failed 85%: Checks: 7, Failures: 1, Errors: 0
commit b8165dbd6035e4bf4924e68d91b799713689411f Author: Wim Taymans <wtaymans@redhat.com> Date: Fri May 9 15:08:48 2014 +0200 tests: add and remove pads only once In this test we simulate a dynamic pad by watching the caps event. Because of renegotiation in the base payloader now, this caps is sent multiple times but we can only deal with 1 invocation, use a variable to only 'add and remove' the pad once.