srtsrc: fix typos

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1541>
This commit is contained in:
Jakub Adam 2020-08-26 14:33:57 +02:00 committed by GStreamer Merge Bot
parent 1e461b3166
commit 5687b03438

View file

@ -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),