summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/rtpsession.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2009-01-02 16:50:53 +0000
committerWim Taymans <wim.taymans@gmail.com>2009-01-02 16:50:53 +0000
commit0df77bfcd66cc9b96d3ed4d425e7beec26b24508 (patch)
tree48eab7cb4db4ac931af600379bebcae97f911f48 /gst/rtpmanager/rtpsession.h
parent70ce70b28713a4daf16757f3e94e8047ea34c0c6 (diff)
downloadgst-plugins-bad-0df77bfcd66cc9b96d3ed4d425e7beec26b24508.tar.gz
gst-plugins-bad-0df77bfcd66cc9b96d3ed4d425e7beec26b24508.tar.bz2
gst-plugins-bad-0df77bfcd66cc9b96d3ed4d425e7beec26b24508.zip
gst/rtpmanager/: Rename a method to better reflect what it really does.
Original commit message from CVS: * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_event_send_rtp_sink), (gst_rtp_session_getcaps_send_rtp): * gst/rtpmanager/rtpsession.c: (check_collision), (rtp_session_schedule_bye_locked), (rtp_session_schedule_bye): * gst/rtpmanager/rtpsession.h: Rename a method to better reflect what it really does.
Diffstat (limited to 'gst/rtpmanager/rtpsession.h')
-rw-r--r--gst/rtpmanager/rtpsession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/rtpsession.h b/gst/rtpmanager/rtpsession.h
index f923959a..7e327a7d 100644
--- a/gst/rtpmanager/rtpsession.h
+++ b/gst/rtpmanager/rtpsession.h
@@ -292,7 +292,7 @@ GstFlowReturn rtp_session_send_rtp (RTPSession *sess, GstBuffer
GstClockTime current_time, guint64 ntpnstime);
/* stopping the session */
-GstFlowReturn rtp_session_send_bye (RTPSession *sess, const gchar *reason,
+GstFlowReturn rtp_session_schedule_bye (RTPSession *sess, const gchar *reason,
GstClockTime current_time);
/* get interval for next RTCP interval */