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 748027 - rtpbasedepayload: testcase crash
rtpbasedepayload: testcase crash
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal minor
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-17 07:36 UTC by Hyunjun Ko
Modified: 2015-04-17 18:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtpbasedepayload: fix crash in check/libs/rtpbasedepayload (1.33 KB, patch)
2015-04-17 07:41 UTC, Hyunjun Ko
committed Details | Review

Description Hyunjun Ko 2015-04-17 07:36:04 UTC
There's one failure in libs/rtpbasedepayload as below.

libs/rtpbasedepayload.c:539:E:depayloading tests:rtp_base_depayload_clock_base_test:0: (after this point) Received signal 11 (Segmentation fault)

It needs to stringify the variable argument to pass properly.
Comment 1 Hyunjun Ko 2015-04-17 07:41:13 UTC
Created attachment 301792 [details] [review]
rtpbasedepayload: fix crash in check/libs/rtpbasedepayload

needs to stringify the variable argument to pass properly.
Comment 2 Tim-Philipp Müller 2015-04-17 18:50:57 UTC
Pushed, thanks:

commit 5d90a28d5f0cb2be21ee74748f7913650abbdc3d
Author: Hyunjun Ko <zzoon.ko@samsung.com>
Date:   Fri Apr 17 16:21:05 2015 +0900

    tests: rtpbasedepayload: fix crash in test when passing varargs
    
    Need to pass 64 bits where 64 bits are expected.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748027


But "stringify" means something else :) (turning an argument that is not a string into a string)