gf_esd_get_textual_description 2763 applications/mp4client/main.c 			fprintf(stderr, "\tVisual Stream - media type: %s", gf_esd_get_textual_description(esd));
gf_esd_get_textual_description 2766 applications/mp4client/main.c 			fprintf(stderr, "\tAudio Stream - media type: %s", gf_esd_get_textual_description(esd));
gf_esd_get_textual_description  509 applications/osmo4_w32/FileProps.cpp 		sprintf(buf, "%s\r\n", gf_esd_get_textual_description(esd));
gf_esd_get_textual_description 1336 include/gpac/mpeg4_odf.h const char *gf_esd_get_textual_description(GF_ESD *esd);
gf_esd_get_textual_description   73 src/terminal/decoder.c 			GF_LOG(GF_LOG_WARNING, GF_LOG_CODEC, ("[Codec] ODM%d ES%d: Cannot find decoder for stream type %s - ignoring as running systems bench mode\n", odm->OD->objectDescriptorID, base_layer->ESID, gf_esd_get_textual_description(base_layer) ));
gf_esd_get_textual_description   75 src/terminal/decoder.c 			GF_LOG(GF_LOG_ERROR, GF_LOG_CODEC, ("[Codec] ODM%d ES%d: Cannot find decoder for stream type %s\n", odm->OD->objectDescriptorID, base_layer->ESID, gf_esd_get_textual_description(base_layer) ));
gf_esd_get_textual_description   96 src/terminal/decoder.c 	GF_LOG(GF_LOG_INFO, GF_LOG_CODEC, ("[Codec] Found decoder %s for stream type %s\n", tmp->decio ? tmp->decio->module_name : "RAW", gf_esd_get_textual_description(base_layer) ));