mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
rtpbin: Improve RTPStorage action signal documentation
This is a tiny clarification as the storage was loosely named "storage". This change clarify that the storage is specificaly used for received RTP packets. This is unlike the storage found in rtprtxsend that stores a backlog of sent RTP packets.
This commit is contained in:
parent
1ae4814a74
commit
4e0bdca3f0
1 changed files with 5 additions and 2 deletions
|
@ -2030,7 +2030,9 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
|
||||||
* @rtpbin: the object which received the signal
|
* @rtpbin: the object which received the signal
|
||||||
* @id: the session id
|
* @id: the session id
|
||||||
*
|
*
|
||||||
* Request the internal RTPStorage object as #GObject in session @id.
|
* Request the internal RTPStorage object as #GObject in session @id. This
|
||||||
|
* is the internal storage used by the RTPStorage element, which is used to
|
||||||
|
* keep a backlog of received RTP packets for the session @id.
|
||||||
*
|
*
|
||||||
* Since: 1.14
|
* Since: 1.14
|
||||||
*/
|
*/
|
||||||
|
@ -2045,7 +2047,8 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
|
||||||
* @rtpbin: the object which received the signal
|
* @rtpbin: the object which received the signal
|
||||||
* @id: the session id
|
* @id: the session id
|
||||||
*
|
*
|
||||||
* Request the RTPStorage element as #GObject in session @id.
|
* Request the RTPStorage element as #GObject in session @id. This element
|
||||||
|
* is used to keep a backlog of received RTP packets for the session @id.
|
||||||
*
|
*
|
||||||
* Since: 1.16
|
* Since: 1.16
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue