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 604101 - rtpmux: update the current_ssrc from the caps
rtpmux: update the current_ssrc from the caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 604102 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-12-08 17:28 UTC by Håvard Graff (hgr)
Modified: 2009-12-14 19:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (998 bytes, patch)
2009-12-08 17:28 UTC, Håvard Graff (hgr)
none Details | Review

Description Håvard Graff (hgr) 2009-12-08 17:28:01 UTC
Created attachment 149360 [details] [review]
patch

.
Comment 1 Akhil Laddha 2009-12-09 04:07:25 UTC
*** Bug 604102 has been marked as a duplicate of this bug. ***
Comment 2 Wim Taymans 2009-12-09 14:09:59 UTC
Please fix the email address...

commit 397da3535019669ebc28398f4a23153dc59a8c24
Author: unknown <havard.graff@.eu.tandberg.int>
Date:   Wed Nov 18 16:38:33 2009 +0100

    rtpmux: update the current_ssrc from the caps
    
    Fixes #604101
Comment 3 Olivier Crête 2009-12-14 18:23:49 UTC
The reason this is not currently done is that there could be different SSRCs from the different sink pads. And the muxer will have to modify the header anyway to change the seqnum. That said, we may want to have something to fetch the SSRC from the src pad (do a gst_pad_peer_get_caps() in the setcaps and check if there is a SSRC in there or something).
Comment 4 Aurelien Grimaud 2009-12-14 19:31:51 UTC
Something like https://bugzilla.gnome.org/show_bug.cgi?id=596072 ?
Just like it is done for basertppayload ?
Comment 5 Olivier Crête 2009-12-14 19:53:15 UTC
Yea, something like that.