summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/rtpsource.h
diff options
context:
space:
mode:
authorBranko Subasic <branko.subasic at axis.com>2009-06-19 19:09:19 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-06-19 19:10:35 +0200
commitc70dbe94b5ff9a0993d852605d40c21020c59552 (patch)
treed603a4337beda1641cba8ac5644e056ee0577124 /gst/rtpmanager/rtpsource.h
parent11dc33bea09febc98474fcb0cb3fbd8769dd21ae (diff)
downloadgst-plugins-bad-c70dbe94b5ff9a0993d852605d40c21020c59552.tar.gz
gst-plugins-bad-c70dbe94b5ff9a0993d852605d40c21020c59552.tar.bz2
gst-plugins-bad-c70dbe94b5ff9a0993d852605d40c21020c59552.zip
rtpbin: add support for buffer-list
Add support for sending buffer-lists. Add unit test for testing that the buffer-list passed through rtpbin. fixes #585839
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 a44ac1cd..8286f2ec 100644
--- a/gst/rtpmanager/rtpsource.h
+++ b/gst/rtpmanager/rtpsource.h
@@ -194,7 +194,7 @@ void rtp_source_set_rtcp_from (RTPSource *src, GstNetAddress *a
/* handling RTP */
GstFlowReturn rtp_source_process_rtp (RTPSource *src, GstBuffer *buffer, RTPArrivalStats *arrival);
-GstFlowReturn rtp_source_send_rtp (RTPSource *src, GstBuffer *buffer, guint64 ntpnstime);
+GstFlowReturn rtp_source_send_rtp (RTPSource *src, gpointer data, gboolean is_list, guint64 ntpnstime);
/* RTCP messages */
void rtp_source_process_bye (RTPSource *src, const gchar *reason);