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 711270 - check: add rtpsession test
check: add rtpsession test
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 711269
Blocks:
 
 
Reported: 2013-11-01 18:51 UTC by Torrie Fischer
Modified: 2013-11-11 14:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
check: add rtpsession test (10.94 KB, patch)
2013-11-01 18:51 UTC, Torrie Fischer
committed Details | Review

Description Torrie Fischer 2013-11-01 18:51:51 UTC
Created attachment 258777 [details] [review]
check: add rtpsession test

A basic rtpsession element test to ensure that RR blocks are generated when multiple SSRC senders are active. Depends on the gst_system_clock_set_default method added in Bug #711269
Comment 1 Wim Taymans 2013-11-11 13:36:13 UTC
commit 3623ebf01e14603154b51de1c6dc0832a05466ff
Author: Wim Taymans <wim.taymans@gmail.com>
Date:   Mon Nov 11 14:25:51 2013 +0100

    check: add rtpsession test
    
    Add a basic rtpsession test to ensure that RR blocks are generated when
    multiple SSRC senders are active.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711270
Comment 2 Tim-Philipp Müller 2013-11-11 14:22:26 UTC
Torrie, please create patches with "git format-patch -1" in future, so that they can be applied with "git am", thanks!