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 584165 - rtpbin sdes message broken
rtpbin sdes message broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.13
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-28 21:40 UTC by Olivier Crête
Modified: 2009-05-29 08:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add ssrc to application/x-rtp-source-sdes structure (934 bytes, patch)
2009-05-28 21:41 UTC, Olivier Crête
committed Details | Review
rtpbin: Transform the right session sdes message (1.34 KB, patch)
2009-05-28 21:41 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2009-05-28 21:40:58 UTC
You change the sdes message without telling me!!

The SSRC is not in there, so its not so useful...
Also, the session ID is not in there anymore either.

Attaching patches to fix both.
Comment 1 Olivier Crête 2009-05-28 21:41:11 UTC
Created attachment 135525 [details] [review]
Add ssrc to application/x-rtp-source-sdes structure
Comment 2 Olivier Crête 2009-05-28 21:41:12 UTC
Created attachment 135526 [details] [review]
rtpbin: Transform the right session sdes message
Comment 3 Wim Taymans 2009-05-29 08:44:43 UTC
commit f6be4da21df895dccac5f28d17c18da159a087dc
Author: Olivier Crête <olivier.crete@collabora.co.uk>
Date:   Thu May 28 17:37:44 2009 -0400

    rtpbin: Transform the right session sdes message
    
    Fixes #584165

commit 71fe0d7bd3b0704a679e511db2f080cd75864e09
Author: Olivier Crête <olivier.crete@collabora.co.uk>
Date:   Thu May 28 17:33:10 2009 -0400

    Add ssrc to application/x-rtp-source-sdes structure