From ce007b244ed7f9aa006936c0722caea312e241da Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 24 Sep 2010 13:50:02 +0200 Subject: [PATCH] rtpsource: whitespace fixes --- gst/rtpmanager/rtpsource.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst/rtpmanager/rtpsource.c b/gst/rtpmanager/rtpsource.c index 02d0ee0..b142d60 100644 --- a/gst/rtpmanager/rtpsource.c +++ b/gst/rtpmanager/rtpsource.c @@ -1604,7 +1604,6 @@ rtp_source_get_last_rb (RTPSource * src, guint8 * fractionlost, * * Returns: TRUE if it was a known conflict, FALSE otherwise */ - gboolean rtp_source_find_conflicting_address (RTPSource * src, GstNetAddress * address, GstClockTime time) @@ -1632,7 +1631,6 @@ rtp_source_find_conflicting_address (RTPSource * src, GstNetAddress * address, * * Adds a new conflict address */ - void rtp_source_add_conflicting_address (RTPSource * src, GstNetAddress * address, GstClockTime time) @@ -1656,7 +1654,6 @@ rtp_source_add_conflicting_address (RTPSource * src, * * This is processed on each RTCP interval. It times out old collisions. */ - void rtp_source_timeout (RTPSource * src, GstClockTime current_time, GstClockTime collision_timeout) -- 2.7.4