summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsession.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2013-07-25 15:43:11 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2013-07-26 12:17:55 +0200
commitadb0d68c07082fe17ded81e2528f9987cba5aac6 (patch)
treea96efbf0cbb2940cf8fe0d2f99b441ae84ae7fd3 /gst/rtpmanager/rtpsession.h
parentbf7d8173b314b27e9f383d6fb15d13aa44c9c212 (diff)
session: remove source from sync_rtcp
We don't need to know the sender source of the session in the callback, the SR packet is for all participants in the session.
Diffstat (limited to 'gst/rtpmanager/rtpsession.h')
-rw-r--r--gst/rtpmanager/rtpsession.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/rtpmanager/rtpsession.h b/gst/rtpmanager/rtpsession.h
index 16e73b6e0..6e64e772d 100644
--- a/gst/rtpmanager/rtpsession.h
+++ b/gst/rtpmanager/rtpsession.h
@@ -85,7 +85,6 @@ typedef GstFlowReturn (*RTPSessionSendRTCP) (RTPSession *sess, RTPSource *src, G
/**
* RTPSessionSyncRTCP:
* @sess: an #RTPSession
- * @src: the #RTPSource
* @buffer: the RTCP buffer ready for synchronisation
* @user_data: user data specified when registering
*
@@ -94,7 +93,7 @@ typedef GstFlowReturn (*RTPSessionSendRTCP) (RTPSession *sess, RTPSource *src, G
*
* Returns: a #GstFlowReturn.
*/
-typedef GstFlowReturn (*RTPSessionSyncRTCP) (RTPSession *sess, RTPSource *src, GstBuffer *buffer, gpointer user_data);
+typedef GstFlowReturn (*RTPSessionSyncRTCP) (RTPSession *sess, GstBuffer *buffer, gpointer user_data);
/**
* RTPSessionClockRate: