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 729873 - rtsp media unit test failure: gst_ghost_pad_new: assertion '!gst_pad_is_linked (target)' failed
rtsp media unit test failure: gst_ghost_pad_new: assertion '!gst_pad_is_linke...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other All
: Normal blocker
: 1.3.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-09 13:01 UTC by Tim-Philipp Müller
Modified: 2014-06-22 12:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2014-05-09 13:01:04 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
Comment 1 Wim Taymans 2014-05-09 13:14:25 UTC
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.