summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsource.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2013-09-13 12:22:36 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2013-09-13 14:34:28 +0200
commita02c9473d8356800011f46f48512d9d4fed2a578 (patch)
treeb216a0e54bcd7b64341a609eebf9b2e47516355b /gst/rtpmanager/rtpsource.h
parente5c789abd6e5dd138365ba615eaca22e8222a724 (diff)
rtpbin: store more in the PacketInfo
Store all info in the PacketInfo so that we can avoid mapping the packet multiple times.
Diffstat (limited to 'gst/rtpmanager/rtpsource.h')
-rw-r--r--gst/rtpmanager/rtpsource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/rtpsource.h b/gst/rtpmanager/rtpsource.h
index d8b247337..9cd1f2dae 100644
--- a/gst/rtpmanager/rtpsource.h
+++ b/gst/rtpmanager/rtpsource.h
@@ -229,7 +229,7 @@ void rtp_source_set_rtp_from (RTPSource *src, GSocketAddress *
void rtp_source_set_rtcp_from (RTPSource *src, GSocketAddress *address);
/* handling RTP */
-GstFlowReturn rtp_source_process_rtp (RTPSource *src, GstBuffer *buffer, RTPPacketInfo *pinfo);
+GstFlowReturn rtp_source_process_rtp (RTPSource *src, RTPPacketInfo *pinfo);
GstFlowReturn rtp_source_send_rtp (RTPSource *src, gpointer data, gboolean is_list,
GstClockTime running_time);