From cbdf9a12a01e7c17b846a76ea432aa6be4cc3baf Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 1 Oct 2014 01:00:52 +0200 Subject: resolving remote rtp works now --- src/udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/udp.h') diff --git a/src/udp.h b/src/udp.h index ed3c7e7..c9606c4 100644 --- a/src/udp.h +++ b/src/udp.h @@ -39,6 +39,6 @@ #include "datatypes.h" gboolean attach_udpsinks(struct udp_sinks *sinks); -gboolean attach_udpsources(struct udp_sources *sources); +gboolean attach_udpsources(struct udp_sources *sources, gchar* rtphost); #endif -- cgit v1.2.3