[Bug 725361] [regression] rtpsession: setting the "internal-ssrc" property does nothing

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 18 01:06:19 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=725361
  GStreamer | gst-plugins-good | 1.2.4

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2014-04-18 08:06:12 UTC ---
Setting the internal-ssrc property makes the session suggest a different SSRC
on the sinkpad caps. 

It's to somewhat provide backwards compatibility with payloaders that use
capsnego to get an SSRC. It's also from a time where the session manager would
modify the SSRC on each packet if it was incorrect.

I would like to make it so that only the payloaders create the SSRC (they can
do that now) and let the session manager deal with any SSRC that it gets. This
is needed if you need to handle multiple senders in a session. 

I would like to make the SSRC property on the session deprecated. Changing the
internal-ssrc on the session while streaming was not a good idea in 0.10 or 1.0
anyway, it would modify each buffer. 

I will make a reconfigure event on internal-ssrc change to make it work
somewhat like before.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list