summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsource.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2013-09-13 12:40:41 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2013-09-13 14:34:28 +0200
commit28e5f90988148cf2cfdd9587e8032e91f037bcba (patch)
tree26ae3559b31ed9f54f23ca97ae9f9bd050363e5c /gst/rtpmanager/rtpsource.h
parenta02c9473d8356800011f46f48512d9d4fed2a578 (diff)
rtpbin: use PacketInfo for the sender
Avoid mapping the packet multiple times when sending RTP.
Diffstat (limited to 'gst/rtpmanager/rtpsource.h')
-rw-r--r--gst/rtpmanager/rtpsource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtpmanager/rtpsource.h b/gst/rtpmanager/rtpsource.h
index 9cd1f2dae..3a957bb65 100644
--- a/gst/rtpmanager/rtpsource.h
+++ b/gst/rtpmanager/rtpsource.h
@@ -231,8 +231,8 @@ void rtp_source_set_rtcp_from (RTPSource *src, GSocketAddress *
/* handling RTP */
GstFlowReturn rtp_source_process_rtp (RTPSource *src, RTPPacketInfo *pinfo);
-GstFlowReturn rtp_source_send_rtp (RTPSource *src, gpointer data, gboolean is_list,
- GstClockTime running_time);
+GstFlowReturn rtp_source_send_rtp (RTPSource *src, RTPPacketInfo *pinfo);
+
/* RTCP messages */
void rtp_source_process_sr (RTPSource *src, GstClockTime time, guint64 ntptime,
guint32 rtptime, guint32 packet_count, guint32 octet_count);