mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
srtsrc: fix typos
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1541>
This commit is contained in:
parent
1e461b3166
commit
5687b03438
1 changed files with 5 additions and 5 deletions
|
@ -361,8 +361,8 @@ gst_srt_src_class_init (GstSRTSrcClass * klass)
|
|||
|
||||
/**
|
||||
* GstSRTSrc::caller-added:
|
||||
* @gstsrtsink: the srtsink element that emitted this signal
|
||||
* @sock: the client socket descriptor that was added to srtsink
|
||||
* @gstsrtsrc: the srtsrc element that emitted this signal
|
||||
* @sock: the client socket descriptor that was added to srtsrc
|
||||
* @addr: the #GSocketAddress that describes the @sock
|
||||
*
|
||||
* The given socket descriptor was added to srtsink.
|
||||
|
@ -374,11 +374,11 @@ gst_srt_src_class_init (GstSRTSrcClass * klass)
|
|||
|
||||
/**
|
||||
* GstSRTSrc::caller-removed:
|
||||
* @gstsrtsink: the srtsink element that emitted this signal
|
||||
* @sock: the client socket descriptor that was added to srtsink
|
||||
* @gstsrtsrc: the srtsrc element that emitted this signal
|
||||
* @sock: the client socket descriptor that was added to srtsrc
|
||||
* @addr: the #GSocketAddress that describes the @sock
|
||||
*
|
||||
* The given socket descriptor was removed from srtsink.
|
||||
* The given socket descriptor was removed from srtsrc.
|
||||
*/
|
||||
signals[SIG_CALLER_REMOVED] =
|
||||
g_signal_new ("caller-removed", G_TYPE_FROM_CLASS (klass),
|
||||
|
|
Loading…
Reference in a new issue