mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
rtpsource: whitespace fixes
This commit is contained in:
parent
c5203a479b
commit
ce007b244e
1 changed files with 0 additions and 3 deletions
|
@ -1604,7 +1604,6 @@ rtp_source_get_last_rb (RTPSource * src, guint8 * fractionlost,
|
||||||
*
|
*
|
||||||
* Returns: TRUE if it was a known conflict, FALSE otherwise
|
* Returns: TRUE if it was a known conflict, FALSE otherwise
|
||||||
*/
|
*/
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
rtp_source_find_conflicting_address (RTPSource * src, GstNetAddress * address,
|
rtp_source_find_conflicting_address (RTPSource * src, GstNetAddress * address,
|
||||||
GstClockTime time)
|
GstClockTime time)
|
||||||
|
@ -1632,7 +1631,6 @@ rtp_source_find_conflicting_address (RTPSource * src, GstNetAddress * address,
|
||||||
*
|
*
|
||||||
* Adds a new conflict address
|
* Adds a new conflict address
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
rtp_source_add_conflicting_address (RTPSource * src,
|
rtp_source_add_conflicting_address (RTPSource * src,
|
||||||
GstNetAddress * address, GstClockTime time)
|
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.
|
* This is processed on each RTCP interval. It times out old collisions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
rtp_source_timeout (RTPSource * src, GstClockTime current_time,
|
rtp_source_timeout (RTPSource * src, GstClockTime current_time,
|
||||||
GstClockTime collision_timeout)
|
GstClockTime collision_timeout)
|
||||||
|
|
Loading…
Reference in a new issue