gf_service_get_url  788 include/gpac/modules/service.h const char *gf_service_get_url(GF_ClientService *service);
gf_service_get_url  975 modules/ffmpeg_in/ffmpeg_demux.c 	this_url = gf_service_get_url(ffd->service);
gf_service_get_url 1223 modules/isom_in/read.c 	const char *this_url = gf_service_get_url(read->service);
gf_service_get_url  956 modules/ogg/ogg_in.c 	const char *this_url = gf_service_get_url(read->service);
gf_service_get_url  227 modules/rtp_in/rtp_session.c 	if (!strcmp(control, "*")) control = (char *) gf_service_get_url(rtp->service);