stream: Remove one FIXME-WFD, which could be resolved for user to set address pool
authorHyunjun Ko <zzoon.ko@samsung.com>
Thu, 3 Dec 2015 08:51:38 +0000 (17:51 +0900)
committerHyunjun Ko <zzoon.ko@samsung.com>
Thu, 3 Dec 2015 08:51:38 +0000 (17:51 +0900)
Change-Id: Ibd48e6f585bf5be9be72ddda4b6a4fc75abc9103

gst/rtsp-server/rtsp-stream.c

index 4c1f3b7..9805c1e 100644 (file)
@@ -1103,9 +1103,6 @@ again:
       inetaddr = g_inet_address_new_any (family);
   }
 
-  /* FIXME-WFD : Force to set 19000 as port number */
-  tmp_rtp = 19000;
-
   rtp_sockaddr = g_inet_socket_address_new (inetaddr, tmp_rtp);
   if (!g_socket_bind (rtp_socket, rtp_sockaddr, FALSE, NULL)) {
     g_object_unref (rtp_sockaddr);